Shades of Bilbao #39771A
Tints of Bilbao #39771A
RGB
CMYK
RGB Variations
Color information
#39771A (or 0x39771A) is known color: Bilbao. HEX triplet: 39, 77 and 1A. RGB value is (57,119,26). Sum of RGB (Red+Green+Blue) = 57+119+26=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #39771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39771A is #C688E5. Grayscale: #5A5A5A. Windows color (decimal): -13011174 or 1734457. OLE color: 1734457.
HSL color Cylindrical-coordinate representation of color #39771A: hue angle of 100º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39771A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 26 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.53 |
| HSL | 100º | 0.64% | 0.28% | - |
| HSV(B) | 100º | 0.78% | 0.47% | - |
| XYZ | 8.47 | 14.14 | 3.26 | - |
| YUV | 89.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 26 | 0.52 | 0 | 0.78 | 0.53 | 100 | 0.64 | 0.28 |
| Hex | 39 | 77 | 1A | 34 | 0 | 4E | 35 | 64 | 40 | 1C |
| Octal | 71 | 167 | 32 | 64 | 0 | 116 | 65 | 144 | 100 | 34 |
| Binary | 111001 | 1110111 | 11010 | 110100 | 0 | 1001110 | 110101 | 1100100 | 1000000 | 11100 |
Color Harmonies of #39771A
Complementary color
Monochromatic Colors of #39771A
Black with #39771A
Text Example
Text Example
White with #39771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39771A; }
p { color: rgb(57,119,26); }
H1.HeaderClassName
{
color: #39771A;
}
.AnyTagClassName
{
color: #39771A;
}
</style>
background-color css
<style>
a { background-color: #39771A; }
a { background-color: rgb(57,119,26); }
div.DivClassName
{
background-color: #39771A;
}
.BgClassName
{
background-color: #39771A;
}
</style>
border-color css
<style>
span { border-color: #39771A; }
span { border-color: rgb(57,119,26); }
td.TdClassName
{
border-color: #39771A;
}
.TagClassName
{
border-color: #39771A;
}
</style>