Shades of Bilbao #376E22
Tints of Bilbao #376E22
RGB
CMYK
RGB Variations
Color information
#376E22 (or 0x376E22) is known color: Bilbao. HEX triplet: 37, 6E and 22. RGB value is (55,110,34). Sum of RGB (Red+Green+Blue) = 55+110+34=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #376E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376E22 is #C891DD. Grayscale: #555555. Windows color (decimal): -13144542 or 2256439. OLE color: 2256439.
HSL color Cylindrical-coordinate representation of color #376E22: hue angle of 103.42º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376E22 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 110 | 34 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.57 |
| HSL | 103.42º | 0.53% | 0.28% | - |
| HSV(B) | 103.42º | 0.69% | 0.43% | - |
| XYZ | 7.44 | 12.08 | 3.45 | - |
| YUV | 84.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 34 | 0.5 | 0 | 0.69 | 0.57 | 103.42 | 0.53 | 0.28 |
| Hex | 37 | 6E | 22 | 32 | 0 | 45 | 39 | 67 | 35 | 1C |
| Octal | 67 | 156 | 42 | 62 | 0 | 105 | 71 | 147 | 65 | 34 |
| Binary | 110111 | 1101110 | 100010 | 110010 | 0 | 1000101 | 111001 | 1100111 | 110101 | 11100 |
Color Harmonies of #376E22
Complementary color
Monochromatic Colors of #376E22
Black with #376E22
Text Example
Text Example
White with #376E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E22; }
p { color: rgb(55,110,34); }
H1.HeaderClassName
{
color: #376E22;
}
.AnyTagClassName
{
color: #376E22;
}
</style>
background-color css
<style>
a { background-color: #376E22; }
a { background-color: rgb(55,110,34); }
div.DivClassName
{
background-color: #376E22;
}
.BgClassName
{
background-color: #376E22;
}
</style>
border-color css
<style>
span { border-color: #376E22; }
span { border-color: rgb(55,110,34); }
td.TdClassName
{
border-color: #376E22;
}
.TagClassName
{
border-color: #376E22;
}
</style>