Shades of Bilbao #39710C
Tints of Bilbao #39710C
RGB
CMYK
RGB Variations
Color information
#39710C (or 0x39710C) is known color: Bilbao. HEX triplet: 39, 71 and 0C. RGB value is (57,113,12). Sum of RGB (Red+Green+Blue) = 57+113+12=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #39710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39710C is #C68EF3. Grayscale: #555555. Windows color (decimal): -13012724 or 815417. OLE color: 815417.
HSL color Cylindrical-coordinate representation of color #39710C: hue angle of 93.27º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39710C is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 113 | 12 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.56 |
| HSL | 93.27º | 0.81% | 0.25% | - |
| HSV(B) | 93.27º | 0.89% | 0.44% | - |
| XYZ | 7.66 | 12.71 | 2.4 | - |
| YUV | 84.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 12 | 0.50 | 0 | 0.89 | 0.56 | 93.27 | 0.81 | 0.25 |
| Hex | 39 | 71 | C | 32 | 0 | 59 | 38 | 5D | 51 | 19 |
| Octal | 71 | 161 | 14 | 62 | 0 | 131 | 70 | 135 | 121 | 31 |
| Binary | 111001 | 1110001 | 1100 | 110010 | 0 | 1011001 | 111000 | 1011101 | 1010001 | 11001 |
Color Harmonies of #39710C
Complementary color
Monochromatic Colors of #39710C
Black with #39710C
Text Example
Text Example
White with #39710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39710C; }
p { color: rgb(57,113,12); }
H1.HeaderClassName
{
color: #39710C;
}
.AnyTagClassName
{
color: #39710C;
}
</style>
background-color css
<style>
a { background-color: #39710C; }
a { background-color: rgb(57,113,12); }
div.DivClassName
{
background-color: #39710C;
}
.BgClassName
{
background-color: #39710C;
}
</style>
border-color css
<style>
span { border-color: #39710C; }
span { border-color: rgb(57,113,12); }
td.TdClassName
{
border-color: #39710C;
}
.TagClassName
{
border-color: #39710C;
}
</style>