Shades of Bilbao #396F0F
Tints of Bilbao #396F0F
RGB
CMYK
RGB Variations
Color information
#396F0F (or 0x396F0F) is known color: Bilbao. HEX triplet: 39, 6F and 0F. RGB value is (57,111,15). Sum of RGB (Red+Green+Blue) = 57+111+15=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #396F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396F0F is #C690F0. Grayscale: #545454. Windows color (decimal): -13013233 or 1011513. OLE color: 1011513.
HSL color Cylindrical-coordinate representation of color #396F0F: hue angle of 93.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #396F0F is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 15 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.56 |
| HSL | 93.75º | 0.76% | 0.25% | - |
| HSV(B) | 93.75º | 0.86% | 0.44% | - |
| XYZ | 7.46 | 12.27 | 2.43 | - |
| YUV | 83.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 15 | 0.49 | 0 | 0.86 | 0.56 | 93.75 | 0.76 | 0.25 |
| Hex | 39 | 6F | F | 31 | 0 | 56 | 38 | 5E | 4C | 19 |
| Octal | 71 | 157 | 17 | 61 | 0 | 126 | 70 | 136 | 114 | 31 |
| Binary | 111001 | 1101111 | 1111 | 110001 | 0 | 1010110 | 111000 | 1011110 | 1001100 | 11001 |
Color Harmonies of #396F0F
Complementary color
Monochromatic Colors of #396F0F
Black with #396F0F
Text Example
Text Example
White with #396F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F0F; }
p { color: rgb(57,111,15); }
H1.HeaderClassName
{
color: #396F0F;
}
.AnyTagClassName
{
color: #396F0F;
}
</style>
background-color css
<style>
a { background-color: #396F0F; }
a { background-color: rgb(57,111,15); }
div.DivClassName
{
background-color: #396F0F;
}
.BgClassName
{
background-color: #396F0F;
}
</style>
border-color css
<style>
span { border-color: #396F0F; }
span { border-color: rgb(57,111,15); }
td.TdClassName
{
border-color: #396F0F;
}
.TagClassName
{
border-color: #396F0F;
}
</style>