Shades of Bilbao #377C19
Tints of Bilbao #377C19
RGB
CMYK
RGB Variations
Color information
#377C19 (or 0x377C19) is known color: Bilbao. HEX triplet: 37, 7C and 19. RGB value is (55,124,25). Sum of RGB (Red+Green+Blue) = 55+124+25=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #377C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377C19 is #C883E6. Grayscale: #5C5C5C. Windows color (decimal): -13140967 or 1670199. OLE color: 1670199.
HSL color Cylindrical-coordinate representation of color #377C19: hue angle of 101.82º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #377C19 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 25 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.51 |
| HSL | 101.82º | 0.66% | 0.29% | - |
| HSV(B) | 101.82º | 0.8% | 0.49% | - |
| XYZ | 8.96 | 15.3 | 3.4 | - |
| YUV | 92.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 25 | 0.56 | 0 | 0.80 | 0.51 | 101.82 | 0.66 | 0.29 |
| Hex | 37 | 7C | 19 | 38 | 0 | 50 | 33 | 66 | 42 | 1D |
| Octal | 67 | 174 | 31 | 70 | 0 | 120 | 63 | 146 | 102 | 35 |
| Binary | 110111 | 1111100 | 11001 | 111000 | 0 | 1010000 | 110011 | 1100110 | 1000010 | 11101 |
Color Harmonies of #377C19
Complementary color
Monochromatic Colors of #377C19
Black with #377C19
Text Example
Text Example
White with #377C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C19; }
p { color: rgb(55,124,25); }
H1.HeaderClassName
{
color: #377C19;
}
.AnyTagClassName
{
color: #377C19;
}
</style>
background-color css
<style>
a { background-color: #377C19; }
a { background-color: rgb(55,124,25); }
div.DivClassName
{
background-color: #377C19;
}
.BgClassName
{
background-color: #377C19;
}
</style>
border-color css
<style>
span { border-color: #377C19; }
span { border-color: rgb(55,124,25); }
td.TdClassName
{
border-color: #377C19;
}
.TagClassName
{
border-color: #377C19;
}
</style>