Shades of Bilbao #37802F
Tints of Bilbao #37802F
RGB
CMYK
RGB Variations
Color information
#37802F (or 0x37802F) is known color: Bilbao. HEX triplet: 37, 80 and 2F. RGB value is (55,128,47). Sum of RGB (Red+Green+Blue) = 55+128+47=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #37802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37802F is #C87FD0. Grayscale: #616161. Windows color (decimal): -13139921 or 3113015. OLE color: 3113015.
HSL color Cylindrical-coordinate representation of color #37802F: hue angle of 114.07º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37802F is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 47 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.50 |
| HSL | 114.07º | 0.46% | 0.34% | - |
| HSV(B) | 114.07º | 0.63% | 0.5% | - |
| XYZ | 9.81 | 16.46 | 5.35 | - |
| YUV | 96.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 47 | 0.57 | 0 | 0.63 | 0.50 | 114.07 | 0.46 | 0.34 |
| Hex | 37 | 80 | 2F | 39 | 0 | 3F | 32 | 72 | 2E | 22 |
| Octal | 67 | 200 | 57 | 71 | 0 | 77 | 62 | 162 | 56 | 42 |
| Binary | 110111 | 10000000 | 101111 | 111001 | 0 | 111111 | 110010 | 1110010 | 101110 | 100010 |
Color Harmonies of #37802F
Complementary color
Monochromatic Colors of #37802F
Black with #37802F
Text Example
Text Example
White with #37802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37802F; }
p { color: rgb(55,128,47); }
H1.HeaderClassName
{
color: #37802F;
}
.AnyTagClassName
{
color: #37802F;
}
</style>
background-color css
<style>
a { background-color: #37802F; }
a { background-color: rgb(55,128,47); }
div.DivClassName
{
background-color: #37802F;
}
.BgClassName
{
background-color: #37802F;
}
</style>
border-color css
<style>
span { border-color: #37802F; }
span { border-color: rgb(55,128,47); }
td.TdClassName
{
border-color: #37802F;
}
.TagClassName
{
border-color: #37802F;
}
</style>