Shades of Bilbao #39730F
Tints of Bilbao #39730F
RGB
CMYK
RGB Variations
Color information
#39730F (or 0x39730F) is known color: Bilbao. HEX triplet: 39, 73 and 0F. RGB value is (57,115,15). Sum of RGB (Red+Green+Blue) = 57+115+15=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #39730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39730F is #C68CF0. Grayscale: #565656. Windows color (decimal): -13012209 or 1012537. OLE color: 1012537.
HSL color Cylindrical-coordinate representation of color #39730F: hue angle of 94.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39730F is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 15 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.55 |
| HSL | 94.8º | 0.77% | 0.25% | - |
| HSV(B) | 94.8º | 0.87% | 0.45% | - |
| XYZ | 7.9 | 13.17 | 2.58 | - |
| YUV | 86.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 15 | 0.50 | 0 | 0.87 | 0.55 | 94.8 | 0.77 | 0.25 |
| Hex | 39 | 73 | F | 32 | 0 | 57 | 37 | 5F | 4D | 19 |
| Octal | 71 | 163 | 17 | 62 | 0 | 127 | 67 | 137 | 115 | 31 |
| Binary | 111001 | 1110011 | 1111 | 110010 | 0 | 1010111 | 110111 | 1011111 | 1001101 | 11001 |
Color Harmonies of #39730F
Complementary color
Monochromatic Colors of #39730F
Black with #39730F
Text Example
Text Example
White with #39730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39730F; }
p { color: rgb(57,115,15); }
H1.HeaderClassName
{
color: #39730F;
}
.AnyTagClassName
{
color: #39730F;
}
</style>
background-color css
<style>
a { background-color: #39730F; }
a { background-color: rgb(57,115,15); }
div.DivClassName
{
background-color: #39730F;
}
.BgClassName
{
background-color: #39730F;
}
</style>
border-color css
<style>
span { border-color: #39730F; }
span { border-color: rgb(57,115,15); }
td.TdClassName
{
border-color: #39730F;
}
.TagClassName
{
border-color: #39730F;
}
</style>