Shades of Bilbao #37781A
Tints of Bilbao #37781A
RGB
CMYK
RGB Variations
Color information
#37781A (or 0x37781A) is known color: Bilbao. HEX triplet: 37, 78 and 1A. RGB value is (55,120,26). Sum of RGB (Red+Green+Blue) = 55+120+26=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #37781A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37781A is #C887E5. Grayscale: #5A5A5A. Windows color (decimal): -13141990 or 1734711. OLE color: 1734711.
HSL color Cylindrical-coordinate representation of color #37781A: hue angle of 101.49º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37781A is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 26 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.53 |
| HSL | 101.49º | 0.64% | 0.29% | - |
| HSV(B) | 101.49º | 0.78% | 0.47% | - |
| XYZ | 8.48 | 14.32 | 3.29 | - |
| YUV | 89.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 26 | 0.54 | 0 | 0.78 | 0.53 | 101.49 | 0.64 | 0.29 |
| Hex | 37 | 78 | 1A | 36 | 0 | 4E | 35 | 65 | 40 | 1D |
| Octal | 67 | 170 | 32 | 66 | 0 | 116 | 65 | 145 | 100 | 35 |
| Binary | 110111 | 1111000 | 11010 | 110110 | 0 | 1001110 | 110101 | 1100101 | 1000000 | 11101 |
Color Harmonies of #37781A
Complementary color
Monochromatic Colors of #37781A
Black with #37781A
Text Example
Text Example
White with #37781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37781A; }
p { color: rgb(55,120,26); }
H1.HeaderClassName
{
color: #37781A;
}
.AnyTagClassName
{
color: #37781A;
}
</style>
background-color css
<style>
a { background-color: #37781A; }
a { background-color: rgb(55,120,26); }
div.DivClassName
{
background-color: #37781A;
}
.BgClassName
{
background-color: #37781A;
}
</style>
border-color css
<style>
span { border-color: #37781A; }
span { border-color: rgb(55,120,26); }
td.TdClassName
{
border-color: #37781A;
}
.TagClassName
{
border-color: #37781A;
}
</style>