Shades of Bilbao #356D19
Tints of Bilbao #356D19
RGB
CMYK
RGB Variations
Color information
#356D19 (or 0x356D19) is known color: Bilbao. HEX triplet: 35, 6D and 19. RGB value is (53,109,25). Sum of RGB (Red+Green+Blue) = 53+109+25=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #356D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D19 is #CA92E6. Grayscale: #525252. Windows color (decimal): -13275879 or 1666357. OLE color: 1666357.
HSL color Cylindrical-coordinate representation of color #356D19: hue angle of 100º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356D19 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 25 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.57 |
| HSL | 100º | 0.63% | 0.26% | - |
| HSV(B) | 100º | 0.77% | 0.43% | - |
| XYZ | 7.11 | 11.76 | 2.82 | - |
| YUV | 82.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 25 | 0.51 | 0 | 0.77 | 0.57 | 100 | 0.63 | 0.26 |
| Hex | 35 | 6D | 19 | 33 | 0 | 4D | 39 | 64 | 3F | 1A |
| Octal | 65 | 155 | 31 | 63 | 0 | 115 | 71 | 144 | 77 | 32 |
| Binary | 110101 | 1101101 | 11001 | 110011 | 0 | 1001101 | 111001 | 1100100 | 111111 | 11010 |
Color Harmonies of #356D19
Complementary color
Monochromatic Colors of #356D19
Black with #356D19
Text Example
Text Example
White with #356D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D19; }
p { color: rgb(53,109,25); }
H1.HeaderClassName
{
color: #356D19;
}
.AnyTagClassName
{
color: #356D19;
}
</style>
background-color css
<style>
a { background-color: #356D19; }
a { background-color: rgb(53,109,25); }
div.DivClassName
{
background-color: #356D19;
}
.BgClassName
{
background-color: #356D19;
}
</style>
border-color css
<style>
span { border-color: #356D19; }
span { border-color: rgb(53,109,25); }
td.TdClassName
{
border-color: #356D19;
}
.TagClassName
{
border-color: #356D19;
}
</style>