Shades of Bilbao #376C05
Tints of Bilbao #376C05
RGB
CMYK
RGB Variations
Color information
#376C05 (or 0x376C05) is known color: Bilbao. HEX triplet: 37, 6C and 05. RGB value is (55,108,5). Sum of RGB (Red+Green+Blue) = 55+108+5=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #376C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C05 is #C893FA. Grayscale: #505050. Windows color (decimal): -13145083 or 355383. OLE color: 355383.
HSL color Cylindrical-coordinate representation of color #376C05: hue angle of 90.87º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #376C05 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 108 | 5 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.58 |
| HSL | 90.87º | 0.91% | 0.22% | - |
| HSV(B) | 90.87º | 0.95% | 0.42% | - |
| XYZ | 6.97 | 11.55 | 2.01 | - |
| YUV | 80.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 5 | 0.49 | 0 | 0.95 | 0.58 | 90.87 | 0.91 | 0.22 |
| Hex | 37 | 6C | 5 | 31 | 0 | 5F | 3A | 5B | 5B | 16 |
| Octal | 67 | 154 | 5 | 61 | 0 | 137 | 72 | 133 | 133 | 26 |
| Binary | 110111 | 1101100 | 101 | 110001 | 0 | 1011111 | 111010 | 1011011 | 1011011 | 10110 |
Color Harmonies of #376C05
Complementary color
Monochromatic Colors of #376C05
Black with #376C05
Text Example
Text Example
White with #376C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C05; }
p { color: rgb(55,108,5); }
H1.HeaderClassName
{
color: #376C05;
}
.AnyTagClassName
{
color: #376C05;
}
</style>
background-color css
<style>
a { background-color: #376C05; }
a { background-color: rgb(55,108,5); }
div.DivClassName
{
background-color: #376C05;
}
.BgClassName
{
background-color: #376C05;
}
</style>
border-color css
<style>
span { border-color: #376C05; }
span { border-color: rgb(55,108,5); }
td.TdClassName
{
border-color: #376C05;
}
.TagClassName
{
border-color: #376C05;
}
</style>