Shades of Bilbao #39770A
Tints of Bilbao #39770A
RGB
CMYK
RGB Variations
Color information
#39770A (or 0x39770A) is known color: Bilbao. HEX triplet: 39, 77 and 0A. RGB value is (57,119,10). Sum of RGB (Red+Green+Blue) = 57+119+10=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #39770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39770A is #C688F5. Grayscale: #585858. Windows color (decimal): -13011190 or 685881. OLE color: 685881.
HSL color Cylindrical-coordinate representation of color #39770A: hue angle of 94.13º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39770A is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 10 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.53 |
| HSL | 94.13º | 0.84% | 0.25% | - |
| HSV(B) | 94.13º | 0.92% | 0.47% | - |
| XYZ | 8.34 | 14.09 | 2.57 | - |
| YUV | 88.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 10 | 0.52 | 0 | 0.92 | 0.53 | 94.13 | 0.84 | 0.25 |
| Hex | 39 | 77 | A | 34 | 0 | 5C | 35 | 5E | 54 | 19 |
| Octal | 71 | 167 | 12 | 64 | 0 | 134 | 65 | 136 | 124 | 31 |
| Binary | 111001 | 1110111 | 1010 | 110100 | 0 | 1011100 | 110101 | 1011110 | 1010100 | 11001 |
Color Harmonies of #39770A
Complementary color
Monochromatic Colors of #39770A
Black with #39770A
Text Example
Text Example
White with #39770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39770A; }
p { color: rgb(57,119,10); }
H1.HeaderClassName
{
color: #39770A;
}
.AnyTagClassName
{
color: #39770A;
}
</style>
background-color css
<style>
a { background-color: #39770A; }
a { background-color: rgb(57,119,10); }
div.DivClassName
{
background-color: #39770A;
}
.BgClassName
{
background-color: #39770A;
}
</style>
border-color css
<style>
span { border-color: #39770A; }
span { border-color: rgb(57,119,10); }
td.TdClassName
{
border-color: #39770A;
}
.TagClassName
{
border-color: #39770A;
}
</style>