Shades of Bilbao #37800F
Tints of Bilbao #37800F
RGB
CMYK
RGB Variations
Color information
#37800F (or 0x37800F) is known color: Bilbao. HEX triplet: 37, 80 and 0F. RGB value is (55,128,15). Sum of RGB (Red+Green+Blue) = 55+128+15=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 128 (50.39% from 255 or 64.65% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 128 - color contains mainly: green. Hex color #37800F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37800F is #C87FF0. Grayscale: #5D5D5D. Windows color (decimal): -13139953 or 1015863. OLE color: 1015863.
HSL color Cylindrical-coordinate representation of color #37800F: hue angle of 98.76º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37800F is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 15 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.50 |
| HSL | 98.76º | 0.79% | 0.28% | - |
| HSV(B) | 98.76º | 0.88% | 0.5% | - |
| XYZ | 9.38 | 16.29 | 3.1 | - |
| YUV | 93.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 15 | 0.57 | 0 | 0.88 | 0.50 | 98.76 | 0.79 | 0.28 |
| Hex | 37 | 80 | F | 39 | 0 | 58 | 32 | 63 | 4F | 1C |
| Octal | 67 | 200 | 17 | 71 | 0 | 130 | 62 | 143 | 117 | 34 |
| Binary | 110111 | 10000000 | 1111 | 111001 | 0 | 1011000 | 110010 | 1100011 | 1001111 | 11100 |
Color Harmonies of #37800F
Complementary color
Monochromatic Colors of #37800F
Black with #37800F
Text Example
Text Example
White with #37800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37800F; }
p { color: rgb(55,128,15); }
H1.HeaderClassName
{
color: #37800F;
}
.AnyTagClassName
{
color: #37800F;
}
</style>
background-color css
<style>
a { background-color: #37800F; }
a { background-color: rgb(55,128,15); }
div.DivClassName
{
background-color: #37800F;
}
.BgClassName
{
background-color: #37800F;
}
</style>
border-color css
<style>
span { border-color: #37800F; }
span { border-color: rgb(55,128,15); }
td.TdClassName
{
border-color: #37800F;
}
.TagClassName
{
border-color: #37800F;
}
</style>