Shades of Bilbao #356D20
Tints of Bilbao #356D20
RGB
CMYK
RGB Variations
Color information
#356D20 (or 0x356D20) is known color: Bilbao. HEX triplet: 35, 6D and 20. RGB value is (53,109,32). Sum of RGB (Red+Green+Blue) = 53+109+32=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #356D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D20 is #CA92DF. Grayscale: #535353. Windows color (decimal): -13275872 or 2125109. OLE color: 2125109.
HSL color Cylindrical-coordinate representation of color #356D20: hue angle of 103.64º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356D20 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 32 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.57 |
| HSL | 103.64º | 0.55% | 0.28% | - |
| HSV(B) | 103.64º | 0.71% | 0.43% | - |
| XYZ | 7.2 | 11.8 | 3.26 | - |
| YUV | 83.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 32 | 0.51 | 0 | 0.71 | 0.57 | 103.64 | 0.55 | 0.28 |
| Hex | 35 | 6D | 20 | 33 | 0 | 47 | 39 | 68 | 37 | 1C |
| Octal | 65 | 155 | 40 | 63 | 0 | 107 | 71 | 150 | 67 | 34 |
| Binary | 110101 | 1101101 | 100000 | 110011 | 0 | 1000111 | 111001 | 1101000 | 110111 | 11100 |
Color Harmonies of #356D20
Complementary color
Monochromatic Colors of #356D20
Black with #356D20
Text Example
Text Example
White with #356D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D20; }
p { color: rgb(53,109,32); }
H1.HeaderClassName
{
color: #356D20;
}
.AnyTagClassName
{
color: #356D20;
}
</style>
background-color css
<style>
a { background-color: #356D20; }
a { background-color: rgb(53,109,32); }
div.DivClassName
{
background-color: #356D20;
}
.BgClassName
{
background-color: #356D20;
}
</style>
border-color css
<style>
span { border-color: #356D20; }
span { border-color: rgb(53,109,32); }
td.TdClassName
{
border-color: #356D20;
}
.TagClassName
{
border-color: #356D20;
}
</style>