Shades of Bilbao #39701D
Tints of Bilbao #39701D
RGB
CMYK
RGB Variations
Color information
#39701D (or 0x39701D) is known color: Bilbao. HEX triplet: 39, 70 and 1D. RGB value is (57,112,29). Sum of RGB (Red+Green+Blue) = 57+112+29=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #39701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39701D is #C68FE2. Grayscale: #565656. Windows color (decimal): -13012963 or 1929273. OLE color: 1929273.
HSL color Cylindrical-coordinate representation of color #39701D: hue angle of 99.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39701D is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 29 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.56 |
| HSL | 99.76º | 0.59% | 0.28% | - |
| HSV(B) | 99.76º | 0.74% | 0.44% | - |
| XYZ | 7.7 | 12.55 | 3.18 | - |
| YUV | 86.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 29 | 0.49 | 0 | 0.74 | 0.56 | 99.76 | 0.59 | 0.28 |
| Hex | 39 | 70 | 1D | 31 | 0 | 4A | 38 | 64 | 3B | 1C |
| Octal | 71 | 160 | 35 | 61 | 0 | 112 | 70 | 144 | 73 | 34 |
| Binary | 111001 | 1110000 | 11101 | 110001 | 0 | 1001010 | 111000 | 1100100 | 111011 | 11100 |
Color Harmonies of #39701D
Complementary color
Monochromatic Colors of #39701D
Black with #39701D
Text Example
Text Example
White with #39701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39701D; }
p { color: rgb(57,112,29); }
H1.HeaderClassName
{
color: #39701D;
}
.AnyTagClassName
{
color: #39701D;
}
</style>
background-color css
<style>
a { background-color: #39701D; }
a { background-color: rgb(57,112,29); }
div.DivClassName
{
background-color: #39701D;
}
.BgClassName
{
background-color: #39701D;
}
</style>
border-color css
<style>
span { border-color: #39701D; }
span { border-color: rgb(57,112,29); }
td.TdClassName
{
border-color: #39701D;
}
.TagClassName
{
border-color: #39701D;
}
</style>