Shades of Bilbao #37840C
Tints of Bilbao #37840C
RGB
CMYK
RGB Variations
Color information
#37840C (or 0x37840C) is known color: Bilbao. HEX triplet: 37, 84 and 0C. RGB value is (55,132,12). Sum of RGB (Red+Green+Blue) = 55+132+12=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #37840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37840C is #C87BF3. Grayscale: #5F5F5F. Windows color (decimal): -13138932 or 820279. OLE color: 820279.
HSL color Cylindrical-coordinate representation of color #37840C: hue angle of 98.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37840C is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 12 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.48 |
| HSL | 98.5º | 0.83% | 0.28% | - |
| HSV(B) | 98.5º | 0.91% | 0.52% | - |
| XYZ | 9.89 | 17.34 | 3.17 | - |
| YUV | 95.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 12 | 0.58 | 0 | 0.91 | 0.48 | 98.5 | 0.83 | 0.28 |
| Hex | 37 | 84 | C | 3A | 0 | 5B | 30 | 62 | 53 | 1C |
| Octal | 67 | 204 | 14 | 72 | 0 | 133 | 60 | 142 | 123 | 34 |
| Binary | 110111 | 10000100 | 1100 | 111010 | 0 | 1011011 | 110000 | 1100010 | 1010011 | 11100 |
Color Harmonies of #37840C
Complementary color
Monochromatic Colors of #37840C
Black with #37840C
Text Example
Text Example
White with #37840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37840C; }
p { color: rgb(55,132,12); }
H1.HeaderClassName
{
color: #37840C;
}
.AnyTagClassName
{
color: #37840C;
}
</style>
background-color css
<style>
a { background-color: #37840C; }
a { background-color: rgb(55,132,12); }
div.DivClassName
{
background-color: #37840C;
}
.BgClassName
{
background-color: #37840C;
}
</style>
border-color css
<style>
span { border-color: #37840C; }
span { border-color: rgb(55,132,12); }
td.TdClassName
{
border-color: #37840C;
}
.TagClassName
{
border-color: #37840C;
}
</style>