Shades of Bilbao #396C17
Tints of Bilbao #396C17
RGB
CMYK
RGB Variations
Color information
#396C17 (or 0x396C17) is known color: Bilbao. HEX triplet: 39, 6C and 17. RGB value is (57,108,23). Sum of RGB (Red+Green+Blue) = 57+108+23=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #396C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C17 is #C693E8. Grayscale: #535353. Windows color (decimal): -13013993 or 1535033. OLE color: 1535033.
HSL color Cylindrical-coordinate representation of color #396C17: hue angle of 96º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396C17 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 23 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.58 |
| HSL | 96º | 0.65% | 0.26% | - |
| HSV(B) | 96º | 0.79% | 0.42% | - |
| XYZ | 7.2 | 11.66 | 2.68 | - |
| YUV | 83.06 | 94.1 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 23 | 0.47 | 0 | 0.79 | 0.58 | 96 | 0.65 | 0.26 |
| Hex | 39 | 6C | 17 | 2F | 0 | 4F | 3A | 60 | 41 | 1A |
| Octal | 71 | 154 | 27 | 57 | 0 | 117 | 72 | 140 | 101 | 32 |
| Binary | 111001 | 1101100 | 10111 | 101111 | 0 | 1001111 | 111010 | 1100000 | 1000001 | 11010 |
Color Harmonies of #396C17
Complementary color
Monochromatic Colors of #396C17
Black with #396C17
Text Example
Text Example
White with #396C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C17; }
p { color: rgb(57,108,23); }
H1.HeaderClassName
{
color: #396C17;
}
.AnyTagClassName
{
color: #396C17;
}
</style>
background-color css
<style>
a { background-color: #396C17; }
a { background-color: rgb(57,108,23); }
div.DivClassName
{
background-color: #396C17;
}
.BgClassName
{
background-color: #396C17;
}
</style>
border-color css
<style>
span { border-color: #396C17; }
span { border-color: rgb(57,108,23); }
td.TdClassName
{
border-color: #396C17;
}
.TagClassName
{
border-color: #396C17;
}
</style>