Shades of Bilbao #377D12
Tints of Bilbao #377D12
RGB
CMYK
RGB Variations
Color information
#377D12 (or 0x377D12) is known color: Bilbao. HEX triplet: 37, 7D and 12. RGB value is (55,125,18). Sum of RGB (Red+Green+Blue) = 55+125+18=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #377D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377D12 is #C882ED. Grayscale: #5C5C5C. Windows color (decimal): -13140718 or 1211703. OLE color: 1211703.
HSL color Cylindrical-coordinate representation of color #377D12: hue angle of 99.25º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #377D12 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 18 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.51 |
| HSL | 99.25º | 0.75% | 0.28% | - |
| HSV(B) | 99.25º | 0.86% | 0.49% | - |
| XYZ | 9.02 | 15.52 | 3.09 | - |
| YUV | 91.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 18 | 0.56 | 0 | 0.86 | 0.51 | 99.25 | 0.75 | 0.28 |
| Hex | 37 | 7D | 12 | 38 | 0 | 56 | 33 | 63 | 4B | 1C |
| Octal | 67 | 175 | 22 | 70 | 0 | 126 | 63 | 143 | 113 | 34 |
| Binary | 110111 | 1111101 | 10010 | 111000 | 0 | 1010110 | 110011 | 1100011 | 1001011 | 11100 |
Color Harmonies of #377D12
Complementary color
Monochromatic Colors of #377D12
Black with #377D12
Text Example
Text Example
White with #377D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D12; }
p { color: rgb(55,125,18); }
H1.HeaderClassName
{
color: #377D12;
}
.AnyTagClassName
{
color: #377D12;
}
</style>
background-color css
<style>
a { background-color: #377D12; }
a { background-color: rgb(55,125,18); }
div.DivClassName
{
background-color: #377D12;
}
.BgClassName
{
background-color: #377D12;
}
</style>
border-color css
<style>
span { border-color: #377D12; }
span { border-color: rgb(55,125,18); }
td.TdClassName
{
border-color: #377D12;
}
.TagClassName
{
border-color: #377D12;
}
</style>