Shades of Bilbao #378A1E
Tints of Bilbao #378A1E
RGB
CMYK
RGB Variations
Color information
#378A1E (or 0x378A1E) is known color: Bilbao. HEX triplet: 37, 8A and 1E. RGB value is (55,138,30). Sum of RGB (Red+Green+Blue) = 55+138+30=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #378A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A1E is #C875E1. Grayscale: #656565. Windows color (decimal): -13137378 or 2001463. OLE color: 2001463.
HSL color Cylindrical-coordinate representation of color #378A1E: hue angle of 106.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378A1E is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 30 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.46 |
| HSL | 106.11º | 0.64% | 0.33% | - |
| HSV(B) | 106.11º | 0.78% | 0.54% | - |
| XYZ | 10.9 | 19.08 | 4.34 | - |
| YUV | 100.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 30 | 0.60 | 0 | 0.78 | 0.46 | 106.11 | 0.64 | 0.33 |
| Hex | 37 | 8A | 1E | 3C | 0 | 4E | 2E | 6A | 40 | 21 |
| Octal | 67 | 212 | 36 | 74 | 0 | 116 | 56 | 152 | 100 | 41 |
| Binary | 110111 | 10001010 | 11110 | 111100 | 0 | 1001110 | 101110 | 1101010 | 1000000 | 100001 |
Color Harmonies of #378A1E
Complementary color
Monochromatic Colors of #378A1E
Black with #378A1E
Text Example
Text Example
White with #378A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A1E; }
p { color: rgb(55,138,30); }
H1.HeaderClassName
{
color: #378A1E;
}
.AnyTagClassName
{
color: #378A1E;
}
</style>
background-color css
<style>
a { background-color: #378A1E; }
a { background-color: rgb(55,138,30); }
div.DivClassName
{
background-color: #378A1E;
}
.BgClassName
{
background-color: #378A1E;
}
</style>
border-color css
<style>
span { border-color: #378A1E; }
span { border-color: rgb(55,138,30); }
td.TdClassName
{
border-color: #378A1E;
}
.TagClassName
{
border-color: #378A1E;
}
</style>