Shades of Bilbao #356F14
Tints of Bilbao #356F14
RGB
CMYK
RGB Variations
Color information
#356F14 (or 0x356F14) is known color: Bilbao. HEX triplet: 35, 6F and 14. RGB value is (53,111,20). Sum of RGB (Red+Green+Blue) = 53+111+20=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #356F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356F14 is #CA90EB. Grayscale: #535353. Windows color (decimal): -13275372 or 1339189. OLE color: 1339189.
HSL color Cylindrical-coordinate representation of color #356F14: hue angle of 98.24º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #356F14 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 20 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.56 |
| HSL | 98.24º | 0.69% | 0.26% | - |
| HSV(B) | 98.24º | 0.82% | 0.44% | - |
| XYZ | 7.28 | 12.18 | 2.63 | - |
| YUV | 83.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 20 | 0.52 | 0 | 0.82 | 0.56 | 98.24 | 0.69 | 0.26 |
| Hex | 35 | 6F | 14 | 34 | 0 | 52 | 38 | 62 | 45 | 1A |
| Octal | 65 | 157 | 24 | 64 | 0 | 122 | 70 | 142 | 105 | 32 |
| Binary | 110101 | 1101111 | 10100 | 110100 | 0 | 1010010 | 111000 | 1100010 | 1000101 | 11010 |
Color Harmonies of #356F14
Complementary color
Monochromatic Colors of #356F14
Black with #356F14
Text Example
Text Example
White with #356F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F14; }
p { color: rgb(53,111,20); }
H1.HeaderClassName
{
color: #356F14;
}
.AnyTagClassName
{
color: #356F14;
}
</style>
background-color css
<style>
a { background-color: #356F14; }
a { background-color: rgb(53,111,20); }
div.DivClassName
{
background-color: #356F14;
}
.BgClassName
{
background-color: #356F14;
}
</style>
border-color css
<style>
span { border-color: #356F14; }
span { border-color: rgb(53,111,20); }
td.TdClassName
{
border-color: #356F14;
}
.TagClassName
{
border-color: #356F14;
}
</style>