Shades of Bilbao #377E2F
Tints of Bilbao #377E2F
RGB
CMYK
RGB Variations
Color information
#377E2F (or 0x377E2F) is known color: Bilbao. HEX triplet: 37, 7E and 2F. RGB value is (55,126,47). Sum of RGB (Red+Green+Blue) = 55+126+47=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #377E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E2F is #C881D0. Grayscale: #606060. Windows color (decimal): -13140433 or 3112503. OLE color: 3112503.
HSL color Cylindrical-coordinate representation of color #377E2F: hue angle of 113.92º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377E2F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 47 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.51 |
| HSL | 113.92º | 0.46% | 0.34% | - |
| HSV(B) | 113.92º | 0.63% | 0.49% | - |
| XYZ | 9.55 | 15.94 | 5.26 | - |
| YUV | 95.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 47 | 0.56 | 0 | 0.63 | 0.51 | 113.92 | 0.46 | 0.34 |
| Hex | 37 | 7E | 2F | 38 | 0 | 3F | 33 | 72 | 2E | 22 |
| Octal | 67 | 176 | 57 | 70 | 0 | 77 | 63 | 162 | 56 | 42 |
| Binary | 110111 | 1111110 | 101111 | 111000 | 0 | 111111 | 110011 | 1110010 | 101110 | 100010 |
Color Harmonies of #377E2F
Complementary color
Monochromatic Colors of #377E2F
Black with #377E2F
Text Example
Text Example
White with #377E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E2F; }
p { color: rgb(55,126,47); }
H1.HeaderClassName
{
color: #377E2F;
}
.AnyTagClassName
{
color: #377E2F;
}
</style>
background-color css
<style>
a { background-color: #377E2F; }
a { background-color: rgb(55,126,47); }
div.DivClassName
{
background-color: #377E2F;
}
.BgClassName
{
background-color: #377E2F;
}
</style>
border-color css
<style>
span { border-color: #377E2F; }
span { border-color: rgb(55,126,47); }
td.TdClassName
{
border-color: #377E2F;
}
.TagClassName
{
border-color: #377E2F;
}
</style>