Shades of Bilbao #37811E
Tints of Bilbao #37811E
RGB
CMYK
RGB Variations
Color information
#37811E (or 0x37811E) is known color: Bilbao. HEX triplet: 37, 81 and 1E. RGB value is (55,129,30). Sum of RGB (Red+Green+Blue) = 55+129+30=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #37811E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37811E is #C87EE1. Grayscale: #5F5F5F. Windows color (decimal): -13139682 or 1999159. OLE color: 1999159.
HSL color Cylindrical-coordinate representation of color #37811E: hue angle of 104.85º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37811E is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 30 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.49 |
| HSL | 104.85º | 0.62% | 0.31% | - |
| HSV(B) | 104.85º | 0.77% | 0.51% | - |
| XYZ | 9.66 | 16.61 | 3.92 | - |
| YUV | 95.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 30 | 0.57 | 0 | 0.77 | 0.49 | 104.85 | 0.62 | 0.31 |
| Hex | 37 | 81 | 1E | 39 | 0 | 4D | 31 | 69 | 3E | 1F |
| Octal | 67 | 201 | 36 | 71 | 0 | 115 | 61 | 151 | 76 | 37 |
| Binary | 110111 | 10000001 | 11110 | 111001 | 0 | 1001101 | 110001 | 1101001 | 111110 | 11111 |
Color Harmonies of #37811E
Complementary color
Monochromatic Colors of #37811E
Black with #37811E
Text Example
Text Example
White with #37811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37811E; }
p { color: rgb(55,129,30); }
H1.HeaderClassName
{
color: #37811E;
}
.AnyTagClassName
{
color: #37811E;
}
</style>
background-color css
<style>
a { background-color: #37811E; }
a { background-color: rgb(55,129,30); }
div.DivClassName
{
background-color: #37811E;
}
.BgClassName
{
background-color: #37811E;
}
</style>
border-color css
<style>
span { border-color: #37811E; }
span { border-color: rgb(55,129,30); }
td.TdClassName
{
border-color: #37811E;
}
.TagClassName
{
border-color: #37811E;
}
</style>