Shades of Bilbao #39770C
Tints of Bilbao #39770C
RGB
CMYK
RGB Variations
Color information
#39770C (or 0x39770C) is known color: Bilbao. HEX triplet: 39, 77 and 0C. RGB value is (57,119,12). Sum of RGB (Red+Green+Blue) = 57+119+12=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #39770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39770C is #C688F3. Grayscale: #585858. Windows color (decimal): -13011188 or 816953. OLE color: 816953.
HSL color Cylindrical-coordinate representation of color #39770C: hue angle of 94.77º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39770C is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 12 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.53 |
| HSL | 94.77º | 0.82% | 0.26% | - |
| HSV(B) | 94.77º | 0.9% | 0.47% | - |
| XYZ | 8.35 | 14.09 | 2.63 | - |
| YUV | 88.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 12 | 0.52 | 0 | 0.90 | 0.53 | 94.77 | 0.82 | 0.26 |
| Hex | 39 | 77 | C | 34 | 0 | 5A | 35 | 5F | 52 | 1A |
| Octal | 71 | 167 | 14 | 64 | 0 | 132 | 65 | 137 | 122 | 32 |
| Binary | 111001 | 1110111 | 1100 | 110100 | 0 | 1011010 | 110101 | 1011111 | 1010010 | 11010 |
Color Harmonies of #39770C
Complementary color
Monochromatic Colors of #39770C
Black with #39770C
Text Example
Text Example
White with #39770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39770C; }
p { color: rgb(57,119,12); }
H1.HeaderClassName
{
color: #39770C;
}
.AnyTagClassName
{
color: #39770C;
}
</style>
background-color css
<style>
a { background-color: #39770C; }
a { background-color: rgb(57,119,12); }
div.DivClassName
{
background-color: #39770C;
}
.BgClassName
{
background-color: #39770C;
}
</style>
border-color css
<style>
span { border-color: #39770C; }
span { border-color: rgb(57,119,12); }
td.TdClassName
{
border-color: #39770C;
}
.TagClassName
{
border-color: #39770C;
}
</style>