Shades of Bilbao #356C17
Tints of Bilbao #356C17
RGB
CMYK
RGB Variations
Color information
#356C17 (or 0x356C17) is known color: Bilbao. HEX triplet: 35, 6C and 17. RGB value is (53,108,23). Sum of RGB (Red+Green+Blue) = 53+108+23=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #356C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356C17 is #CA93E8. Grayscale: #525252. Windows color (decimal): -13276137 or 1535029. OLE color: 1535029.
HSL color Cylindrical-coordinate representation of color #356C17: hue angle of 98.82º 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 #356C17 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 23 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.58 |
| HSL | 98.82º | 0.65% | 0.26% | - |
| HSV(B) | 98.82º | 0.79% | 0.42% | - |
| XYZ | 6.99 | 11.54 | 2.67 | - |
| YUV | 81.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 23 | 0.51 | 0 | 0.79 | 0.58 | 98.82 | 0.65 | 0.26 |
| Hex | 35 | 6C | 17 | 33 | 0 | 4F | 3A | 63 | 41 | 1A |
| Octal | 65 | 154 | 27 | 63 | 0 | 117 | 72 | 143 | 101 | 32 |
| Binary | 110101 | 1101100 | 10111 | 110011 | 0 | 1001111 | 111010 | 1100011 | 1000001 | 11010 |
Color Harmonies of #356C17
Complementary color
Monochromatic Colors of #356C17
Black with #356C17
Text Example
Text Example
White with #356C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C17; }
p { color: rgb(53,108,23); }
H1.HeaderClassName
{
color: #356C17;
}
.AnyTagClassName
{
color: #356C17;
}
</style>
background-color css
<style>
a { background-color: #356C17; }
a { background-color: rgb(53,108,23); }
div.DivClassName
{
background-color: #356C17;
}
.BgClassName
{
background-color: #356C17;
}
</style>
border-color css
<style>
span { border-color: #356C17; }
span { border-color: rgb(53,108,23); }
td.TdClassName
{
border-color: #356C17;
}
.TagClassName
{
border-color: #356C17;
}
</style>