Shades of Bilbao #396C14
Tints of Bilbao #396C14
RGB
CMYK
RGB Variations
Color information
#396C14 (or 0x396C14) is known color: Bilbao. HEX triplet: 39, 6C and 14. RGB value is (57,108,20). Sum of RGB (Red+Green+Blue) = 57+108+20=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #396C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C14 is #C693EB. Grayscale: #535353. Windows color (decimal): -13013996 or 1338425. OLE color: 1338425.
HSL color Cylindrical-coordinate representation of color #396C14: hue angle of 94.77º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396C14 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 20 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.58 |
| HSL | 94.77º | 0.69% | 0.25% | - |
| HSV(B) | 94.77º | 0.81% | 0.42% | - |
| XYZ | 7.18 | 11.65 | 2.53 | - |
| YUV | 82.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 20 | 0.47 | 0 | 0.81 | 0.58 | 94.77 | 0.69 | 0.25 |
| Hex | 39 | 6C | 14 | 2F | 0 | 51 | 3A | 5F | 45 | 19 |
| Octal | 71 | 154 | 24 | 57 | 0 | 121 | 72 | 137 | 105 | 31 |
| Binary | 111001 | 1101100 | 10100 | 101111 | 0 | 1010001 | 111010 | 1011111 | 1000101 | 11001 |
Color Harmonies of #396C14
Complementary color
Monochromatic Colors of #396C14
Black with #396C14
Text Example
Text Example
White with #396C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C14; }
p { color: rgb(57,108,20); }
H1.HeaderClassName
{
color: #396C14;
}
.AnyTagClassName
{
color: #396C14;
}
</style>
background-color css
<style>
a { background-color: #396C14; }
a { background-color: rgb(57,108,20); }
div.DivClassName
{
background-color: #396C14;
}
.BgClassName
{
background-color: #396C14;
}
</style>
border-color css
<style>
span { border-color: #396C14; }
span { border-color: rgb(57,108,20); }
td.TdClassName
{
border-color: #396C14;
}
.TagClassName
{
border-color: #396C14;
}
</style>