Shades of Bilbao #39750A
Tints of Bilbao #39750A
RGB
CMYK
RGB Variations
Color information
#39750A (or 0x39750A) is known color: Bilbao. HEX triplet: 39, 75 and 0A. RGB value is (57,117,10). Sum of RGB (Red+Green+Blue) = 57+117+10=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #39750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39750A is #C68AF5. Grayscale: #575757. Windows color (decimal): -13011702 or 685369. OLE color: 685369.
HSL color Cylindrical-coordinate representation of color #39750A: hue angle of 93.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39750A is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 10 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.54 |
| HSL | 93.64º | 0.84% | 0.25% | - |
| HSV(B) | 93.64º | 0.91% | 0.46% | - |
| XYZ | 8.1 | 13.61 | 2.49 | - |
| YUV | 86.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 10 | 0.51 | 0 | 0.91 | 0.54 | 93.64 | 0.84 | 0.25 |
| Hex | 39 | 75 | A | 33 | 0 | 5B | 36 | 5E | 54 | 19 |
| Octal | 71 | 165 | 12 | 63 | 0 | 133 | 66 | 136 | 124 | 31 |
| Binary | 111001 | 1110101 | 1010 | 110011 | 0 | 1011011 | 110110 | 1011110 | 1010100 | 11001 |
Color Harmonies of #39750A
Complementary color
Monochromatic Colors of #39750A
Black with #39750A
Text Example
Text Example
White with #39750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39750A; }
p { color: rgb(57,117,10); }
H1.HeaderClassName
{
color: #39750A;
}
.AnyTagClassName
{
color: #39750A;
}
</style>
background-color css
<style>
a { background-color: #39750A; }
a { background-color: rgb(57,117,10); }
div.DivClassName
{
background-color: #39750A;
}
.BgClassName
{
background-color: #39750A;
}
</style>
border-color css
<style>
span { border-color: #39750A; }
span { border-color: rgb(57,117,10); }
td.TdClassName
{
border-color: #39750A;
}
.TagClassName
{
border-color: #39750A;
}
</style>