Shades of Bilbao #356D18
Tints of Bilbao #356D18
RGB
CMYK
RGB Variations
Color information
#356D18 (or 0x356D18) is known color: Bilbao. HEX triplet: 35, 6D and 18. RGB value is (53,109,24). Sum of RGB (Red+Green+Blue) = 53+109+24=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #356D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D18 is #CA92E7. Grayscale: #525252. Windows color (decimal): -13275880 or 1600821. OLE color: 1600821.
HSL color Cylindrical-coordinate representation of color #356D18: hue angle of 99.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356D18 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 24 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.57 |
| HSL | 99.53º | 0.64% | 0.26% | - |
| HSV(B) | 99.53º | 0.78% | 0.43% | - |
| XYZ | 7.1 | 11.76 | 2.76 | - |
| YUV | 82.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 24 | 0.51 | 0 | 0.78 | 0.57 | 99.53 | 0.64 | 0.26 |
| Hex | 35 | 6D | 18 | 33 | 0 | 4E | 39 | 64 | 40 | 1A |
| Octal | 65 | 155 | 30 | 63 | 0 | 116 | 71 | 144 | 100 | 32 |
| Binary | 110101 | 1101101 | 11000 | 110011 | 0 | 1001110 | 111001 | 1100100 | 1000000 | 11010 |
Color Harmonies of #356D18
Complementary color
Monochromatic Colors of #356D18
Black with #356D18
Text Example
Text Example
White with #356D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D18; }
p { color: rgb(53,109,24); }
H1.HeaderClassName
{
color: #356D18;
}
.AnyTagClassName
{
color: #356D18;
}
</style>
background-color css
<style>
a { background-color: #356D18; }
a { background-color: rgb(53,109,24); }
div.DivClassName
{
background-color: #356D18;
}
.BgClassName
{
background-color: #356D18;
}
</style>
border-color css
<style>
span { border-color: #356D18; }
span { border-color: rgb(53,109,24); }
td.TdClassName
{
border-color: #356D18;
}
.TagClassName
{
border-color: #356D18;
}
</style>