Shades of Bilbao #356D11
Tints of Bilbao #356D11
RGB
CMYK
RGB Variations
Color information
#356D11 (or 0x356D11) is known color: Bilbao. HEX triplet: 35, 6D and 11. RGB value is (53,109,17). Sum of RGB (Red+Green+Blue) = 53+109+17=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #356D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D11 is #CA92EE. Grayscale: #525252. Windows color (decimal): -13275887 or 1142069. OLE color: 1142069.
HSL color Cylindrical-coordinate representation of color #356D11: hue angle of 96.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356D11 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 17 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.57 |
| HSL | 96.52º | 0.73% | 0.25% | - |
| HSV(B) | 96.52º | 0.84% | 0.43% | - |
| XYZ | 7.04 | 11.73 | 2.42 | - |
| YUV | 81.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 17 | 0.51 | 0 | 0.84 | 0.57 | 96.52 | 0.73 | 0.25 |
| Hex | 35 | 6D | 11 | 33 | 0 | 54 | 39 | 61 | 49 | 19 |
| Octal | 65 | 155 | 21 | 63 | 0 | 124 | 71 | 141 | 111 | 31 |
| Binary | 110101 | 1101101 | 10001 | 110011 | 0 | 1010100 | 111001 | 1100001 | 1001001 | 11001 |
Color Harmonies of #356D11
Complementary color
Monochromatic Colors of #356D11
Black with #356D11
Text Example
Text Example
White with #356D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D11; }
p { color: rgb(53,109,17); }
H1.HeaderClassName
{
color: #356D11;
}
.AnyTagClassName
{
color: #356D11;
}
</style>
background-color css
<style>
a { background-color: #356D11; }
a { background-color: rgb(53,109,17); }
div.DivClassName
{
background-color: #356D11;
}
.BgClassName
{
background-color: #356D11;
}
</style>
border-color css
<style>
span { border-color: #356D11; }
span { border-color: rgb(53,109,17); }
td.TdClassName
{
border-color: #356D11;
}
.TagClassName
{
border-color: #356D11;
}
</style>