Shades of Bilbao #39701E
Tints of Bilbao #39701E
RGB
CMYK
RGB Variations
Color information
#39701E (or 0x39701E) is known color: Bilbao. HEX triplet: 39, 70 and 1E. RGB value is (57,112,30). Sum of RGB (Red+Green+Blue) = 57+112+30=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #39701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39701E is #C68FE1. Grayscale: #565656. Windows color (decimal): -13012962 or 1994809. OLE color: 1994809.
HSL color Cylindrical-coordinate representation of color #39701E: hue angle of 100.24º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39701E is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 30 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.56 |
| HSL | 100.24º | 0.58% | 0.28% | - |
| HSV(B) | 100.24º | 0.73% | 0.44% | - |
| XYZ | 7.72 | 12.55 | 3.24 | - |
| YUV | 86.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 30 | 0.49 | 0 | 0.73 | 0.56 | 100.24 | 0.58 | 0.28 |
| Hex | 39 | 70 | 1E | 31 | 0 | 49 | 38 | 64 | 3A | 1C |
| Octal | 71 | 160 | 36 | 61 | 0 | 111 | 70 | 144 | 72 | 34 |
| Binary | 111001 | 1110000 | 11110 | 110001 | 0 | 1001001 | 111000 | 1100100 | 111010 | 11100 |
Color Harmonies of #39701E
Complementary color
Monochromatic Colors of #39701E
Black with #39701E
Text Example
Text Example
White with #39701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39701E; }
p { color: rgb(57,112,30); }
H1.HeaderClassName
{
color: #39701E;
}
.AnyTagClassName
{
color: #39701E;
}
</style>
background-color css
<style>
a { background-color: #39701E; }
a { background-color: rgb(57,112,30); }
div.DivClassName
{
background-color: #39701E;
}
.BgClassName
{
background-color: #39701E;
}
</style>
border-color css
<style>
span { border-color: #39701E; }
span { border-color: rgb(57,112,30); }
td.TdClassName
{
border-color: #39701E;
}
.TagClassName
{
border-color: #39701E;
}
</style>