Shades of Bilbao #37802A
Tints of Bilbao #37802A
RGB
CMYK
RGB Variations
Color information
#37802A (or 0x37802A) is known color: Bilbao. HEX triplet: 37, 80 and 2A. RGB value is (55,128,42). Sum of RGB (Red+Green+Blue) = 55+128+42=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #37802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37802A is #C87FD5. Grayscale: #606060. Windows color (decimal): -13139926 or 2785335. OLE color: 2785335.
HSL color Cylindrical-coordinate representation of color #37802A: hue angle of 110.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37802A is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 42 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.50 |
| HSL | 110.93º | 0.51% | 0.33% | - |
| HSV(B) | 110.93º | 0.67% | 0.5% | - |
| XYZ | 9.71 | 16.42 | 4.85 | - |
| YUV | 96.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 42 | 0.57 | 0 | 0.67 | 0.50 | 110.93 | 0.51 | 0.33 |
| Hex | 37 | 80 | 2A | 39 | 0 | 43 | 32 | 6F | 33 | 21 |
| Octal | 67 | 200 | 52 | 71 | 0 | 103 | 62 | 157 | 63 | 41 |
| Binary | 110111 | 10000000 | 101010 | 111001 | 0 | 1000011 | 110010 | 1101111 | 110011 | 100001 |
Color Harmonies of #37802A
Complementary color
Monochromatic Colors of #37802A
Black with #37802A
Text Example
Text Example
White with #37802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37802A; }
p { color: rgb(55,128,42); }
H1.HeaderClassName
{
color: #37802A;
}
.AnyTagClassName
{
color: #37802A;
}
</style>
background-color css
<style>
a { background-color: #37802A; }
a { background-color: rgb(55,128,42); }
div.DivClassName
{
background-color: #37802A;
}
.BgClassName
{
background-color: #37802A;
}
</style>
border-color css
<style>
span { border-color: #37802A; }
span { border-color: rgb(55,128,42); }
td.TdClassName
{
border-color: #37802A;
}
.TagClassName
{
border-color: #37802A;
}
</style>