Shades of Bilbao #39750E
Tints of Bilbao #39750E
RGB
CMYK
RGB Variations
Color information
#39750E (or 0x39750E) is known color: Bilbao. HEX triplet: 39, 75 and 0E. RGB value is (57,117,14). Sum of RGB (Red+Green+Blue) = 57+117+14=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #39750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39750E is #C68AF1. Grayscale: #575757. Windows color (decimal): -13011698 or 947513. OLE color: 947513.
HSL color Cylindrical-coordinate representation of color #39750E: hue angle of 94.95º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39750E is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 14 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.54 |
| HSL | 94.95º | 0.79% | 0.26% | - |
| HSV(B) | 94.95º | 0.88% | 0.46% | - |
| XYZ | 8.13 | 13.62 | 2.62 | - |
| YUV | 87.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 14 | 0.51 | 0 | 0.88 | 0.54 | 94.95 | 0.79 | 0.26 |
| Hex | 39 | 75 | E | 33 | 0 | 58 | 36 | 5F | 4F | 1A |
| Octal | 71 | 165 | 16 | 63 | 0 | 130 | 66 | 137 | 117 | 32 |
| Binary | 111001 | 1110101 | 1110 | 110011 | 0 | 1011000 | 110110 | 1011111 | 1001111 | 11010 |
Color Harmonies of #39750E
Complementary color
Monochromatic Colors of #39750E
Black with #39750E
Text Example
Text Example
White with #39750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39750E; }
p { color: rgb(57,117,14); }
H1.HeaderClassName
{
color: #39750E;
}
.AnyTagClassName
{
color: #39750E;
}
</style>
background-color css
<style>
a { background-color: #39750E; }
a { background-color: rgb(57,117,14); }
div.DivClassName
{
background-color: #39750E;
}
.BgClassName
{
background-color: #39750E;
}
</style>
border-color css
<style>
span { border-color: #39750E; }
span { border-color: rgb(57,117,14); }
td.TdClassName
{
border-color: #39750E;
}
.TagClassName
{
border-color: #39750E;
}
</style>