Shades of Bilbao #356C15
Tints of Bilbao #356C15
RGB
CMYK
RGB Variations
Color information
#356C15 (or 0x356C15) is known color: Bilbao. HEX triplet: 35, 6C and 15. RGB value is (53,108,21). Sum of RGB (Red+Green+Blue) = 53+108+21=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #356C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356C15 is #CA93EA. Grayscale: #515151. Windows color (decimal): -13276139 or 1403957. OLE color: 1403957.
HSL color Cylindrical-coordinate representation of color #356C15: hue angle of 97.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #356C15 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 21 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.58 |
| HSL | 97.93º | 0.67% | 0.25% | - |
| HSV(B) | 97.93º | 0.81% | 0.42% | - |
| XYZ | 6.97 | 11.54 | 2.57 | - |
| YUV | 81.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 21 | 0.51 | 0 | 0.81 | 0.58 | 97.93 | 0.67 | 0.25 |
| Hex | 35 | 6C | 15 | 33 | 0 | 51 | 3A | 62 | 43 | 19 |
| Octal | 65 | 154 | 25 | 63 | 0 | 121 | 72 | 142 | 103 | 31 |
| Binary | 110101 | 1101100 | 10101 | 110011 | 0 | 1010001 | 111010 | 1100010 | 1000011 | 11001 |
Color Harmonies of #356C15
Complementary color
Monochromatic Colors of #356C15
Black with #356C15
Text Example
Text Example
White with #356C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C15; }
p { color: rgb(53,108,21); }
H1.HeaderClassName
{
color: #356C15;
}
.AnyTagClassName
{
color: #356C15;
}
</style>
background-color css
<style>
a { background-color: #356C15; }
a { background-color: rgb(53,108,21); }
div.DivClassName
{
background-color: #356C15;
}
.BgClassName
{
background-color: #356C15;
}
</style>
border-color css
<style>
span { border-color: #356C15; }
span { border-color: rgb(53,108,21); }
td.TdClassName
{
border-color: #356C15;
}
.TagClassName
{
border-color: #356C15;
}
</style>