Shades of Bilbao #39770E
Tints of Bilbao #39770E
RGB
CMYK
RGB Variations
Color information
#39770E (or 0x39770E) is known color: Bilbao. HEX triplet: 39, 77 and 0E. RGB value is (57,119,14). Sum of RGB (Red+Green+Blue) = 57+119+14=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #39770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39770E is #C688F1. Grayscale: #585858. Windows color (decimal): -13011186 or 948025. OLE color: 948025.
HSL color Cylindrical-coordinate representation of color #39770E: hue angle of 95.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39770E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 14 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.53 |
| HSL | 95.43º | 0.79% | 0.26% | - |
| HSV(B) | 95.43º | 0.88% | 0.47% | - |
| XYZ | 8.36 | 14.1 | 2.7 | - |
| YUV | 88.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 14 | 0.52 | 0 | 0.88 | 0.53 | 95.43 | 0.79 | 0.26 |
| Hex | 39 | 77 | E | 34 | 0 | 58 | 35 | 5F | 4F | 1A |
| Octal | 71 | 167 | 16 | 64 | 0 | 130 | 65 | 137 | 117 | 32 |
| Binary | 111001 | 1110111 | 1110 | 110100 | 0 | 1011000 | 110101 | 1011111 | 1001111 | 11010 |
Color Harmonies of #39770E
Complementary color
Monochromatic Colors of #39770E
Black with #39770E
Text Example
Text Example
White with #39770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39770E; }
p { color: rgb(57,119,14); }
H1.HeaderClassName
{
color: #39770E;
}
.AnyTagClassName
{
color: #39770E;
}
</style>
background-color css
<style>
a { background-color: #39770E; }
a { background-color: rgb(57,119,14); }
div.DivClassName
{
background-color: #39770E;
}
.BgClassName
{
background-color: #39770E;
}
</style>
border-color css
<style>
span { border-color: #39770E; }
span { border-color: rgb(57,119,14); }
td.TdClassName
{
border-color: #39770E;
}
.TagClassName
{
border-color: #39770E;
}
</style>