Shades of Bilbao #356F24
Tints of Bilbao #356F24
RGB
CMYK
RGB Variations
Color information
#356F24 (or 0x356F24) is known color: Bilbao. HEX triplet: 35, 6F and 24. RGB value is (53,111,36). Sum of RGB (Red+Green+Blue) = 53+111+36=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #356F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F24 is #CA90DB. Grayscale: #555555. Windows color (decimal): -13275356 or 2387765. OLE color: 2387765.
HSL color Cylindrical-coordinate representation of color #356F24: hue angle of 106.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #356F24 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 36 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.56 |
| HSL | 106.4º | 0.51% | 0.29% | - |
| HSV(B) | 106.4º | 0.68% | 0.44% | - |
| XYZ | 7.47 | 12.25 | 3.64 | - |
| YUV | 85.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 36 | 0.52 | 0 | 0.68 | 0.56 | 106.4 | 0.51 | 0.29 |
| Hex | 35 | 6F | 24 | 34 | 0 | 44 | 38 | 6A | 33 | 1D |
| Octal | 65 | 157 | 44 | 64 | 0 | 104 | 70 | 152 | 63 | 35 |
| Binary | 110101 | 1101111 | 100100 | 110100 | 0 | 1000100 | 111000 | 1101010 | 110011 | 11101 |
Color Harmonies of #356F24
Complementary color
Monochromatic Colors of #356F24
Black with #356F24
Text Example
Text Example
White with #356F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F24; }
p { color: rgb(53,111,36); }
H1.HeaderClassName
{
color: #356F24;
}
.AnyTagClassName
{
color: #356F24;
}
</style>
background-color css
<style>
a { background-color: #356F24; }
a { background-color: rgb(53,111,36); }
div.DivClassName
{
background-color: #356F24;
}
.BgClassName
{
background-color: #356F24;
}
</style>
border-color css
<style>
span { border-color: #356F24; }
span { border-color: rgb(53,111,36); }
td.TdClassName
{
border-color: #356F24;
}
.TagClassName
{
border-color: #356F24;
}
</style>