Shades of Bilbao #37801C
Tints of Bilbao #37801C
RGB
CMYK
RGB Variations
Color information
#37801C (or 0x37801C) is known color: Bilbao. HEX triplet: 37, 80 and 1C. RGB value is (55,128,28). Sum of RGB (Red+Green+Blue) = 55+128+28=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #37801C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37801C is #C87FE3. Grayscale: #5F5F5F. Windows color (decimal): -13139940 or 1867831. OLE color: 1867831.
HSL color Cylindrical-coordinate representation of color #37801C: hue angle of 103.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37801C is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 28 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.50 |
| HSL | 103.8º | 0.64% | 0.31% | - |
| HSV(B) | 103.8º | 0.78% | 0.5% | - |
| XYZ | 9.5 | 16.33 | 3.75 | - |
| YUV | 94.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 28 | 0.57 | 0 | 0.78 | 0.50 | 103.8 | 0.64 | 0.31 |
| Hex | 37 | 80 | 1C | 39 | 0 | 4E | 32 | 68 | 40 | 1F |
| Octal | 67 | 200 | 34 | 71 | 0 | 116 | 62 | 150 | 100 | 37 |
| Binary | 110111 | 10000000 | 11100 | 111001 | 0 | 1001110 | 110010 | 1101000 | 1000000 | 11111 |
Color Harmonies of #37801C
Complementary color
Monochromatic Colors of #37801C
Black with #37801C
Text Example
Text Example
White with #37801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37801C; }
p { color: rgb(55,128,28); }
H1.HeaderClassName
{
color: #37801C;
}
.AnyTagClassName
{
color: #37801C;
}
</style>
background-color css
<style>
a { background-color: #37801C; }
a { background-color: rgb(55,128,28); }
div.DivClassName
{
background-color: #37801C;
}
.BgClassName
{
background-color: #37801C;
}
</style>
border-color css
<style>
span { border-color: #37801C; }
span { border-color: rgb(55,128,28); }
td.TdClassName
{
border-color: #37801C;
}
.TagClassName
{
border-color: #37801C;
}
</style>