Shades of Bilbao #356C21
Tints of Bilbao #356C21
RGB
CMYK
RGB Variations
Color information
#356C21 (or 0x356C21) is known color: Bilbao. HEX triplet: 35, 6C and 21. RGB value is (53,108,33). Sum of RGB (Red+Green+Blue) = 53+108+33=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #356C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C21 is #CA93DE. Grayscale: #535353. Windows color (decimal): -13276127 or 2190389. OLE color: 2190389.
HSL color Cylindrical-coordinate representation of color #356C21: hue angle of 104º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356C21 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 33 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.58 |
| HSL | 104º | 0.53% | 0.28% | - |
| HSV(B) | 104º | 0.69% | 0.42% | - |
| XYZ | 7.11 | 11.59 | 3.3 | - |
| YUV | 83.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 33 | 0.51 | 0 | 0.69 | 0.58 | 104 | 0.53 | 0.28 |
| Hex | 35 | 6C | 21 | 33 | 0 | 45 | 3A | 68 | 35 | 1C |
| Octal | 65 | 154 | 41 | 63 | 0 | 105 | 72 | 150 | 65 | 34 |
| Binary | 110101 | 1101100 | 100001 | 110011 | 0 | 1000101 | 111010 | 1101000 | 110101 | 11100 |
Color Harmonies of #356C21
Complementary color
Monochromatic Colors of #356C21
Black with #356C21
Text Example
Text Example
White with #356C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C21; }
p { color: rgb(53,108,33); }
H1.HeaderClassName
{
color: #356C21;
}
.AnyTagClassName
{
color: #356C21;
}
</style>
background-color css
<style>
a { background-color: #356C21; }
a { background-color: rgb(53,108,33); }
div.DivClassName
{
background-color: #356C21;
}
.BgClassName
{
background-color: #356C21;
}
</style>
border-color css
<style>
span { border-color: #356C21; }
span { border-color: rgb(53,108,33); }
td.TdClassName
{
border-color: #356C21;
}
.TagClassName
{
border-color: #356C21;
}
</style>