Shades of Bilbao #377A08
Tints of Bilbao #377A08
RGB
CMYK
RGB Variations
Color information
#377A08 (or 0x377A08) is known color: Bilbao. HEX triplet: 37, 7A and 08. RGB value is (55,122,8). Sum of RGB (Red+Green+Blue) = 55+122+8=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 122 (48.05% from 255 or 65.95% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 122 - color contains mainly: green. Hex color #377A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A08 is #C885F7. Grayscale: #595959. Windows color (decimal): -13141496 or 555575. OLE color: 555575.
HSL color Cylindrical-coordinate representation of color #377A08: hue angle of 95.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #377A08 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 8 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.52 |
| HSL | 95.26º | 0.88% | 0.25% | - |
| HSV(B) | 95.26º | 0.93% | 0.48% | - |
| XYZ | 8.58 | 14.75 | 2.62 | - |
| YUV | 88.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 8 | 0.55 | 0 | 0.93 | 0.52 | 95.26 | 0.88 | 0.25 |
| Hex | 37 | 7A | 8 | 37 | 0 | 5D | 34 | 5F | 58 | 19 |
| Octal | 67 | 172 | 10 | 67 | 0 | 135 | 64 | 137 | 130 | 31 |
| Binary | 110111 | 1111010 | 1000 | 110111 | 0 | 1011101 | 110100 | 1011111 | 1011000 | 11001 |
Color Harmonies of #377A08
Complementary color
Monochromatic Colors of #377A08
Black with #377A08
Text Example
Text Example
White with #377A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A08; }
p { color: rgb(55,122,8); }
H1.HeaderClassName
{
color: #377A08;
}
.AnyTagClassName
{
color: #377A08;
}
</style>
background-color css
<style>
a { background-color: #377A08; }
a { background-color: rgb(55,122,8); }
div.DivClassName
{
background-color: #377A08;
}
.BgClassName
{
background-color: #377A08;
}
</style>
border-color css
<style>
span { border-color: #377A08; }
span { border-color: rgb(55,122,8); }
td.TdClassName
{
border-color: #377A08;
}
.TagClassName
{
border-color: #377A08;
}
</style>