Shades of Bilbao #356F0C
Tints of Bilbao #356F0C
RGB
CMYK
RGB Variations
Color information
#356F0C (or 0x356F0C) is known color: Bilbao. HEX triplet: 35, 6F and 0C. RGB value is (53,111,12). Sum of RGB (Red+Green+Blue) = 53+111+12=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #356F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356F0C is #CA90F3. Grayscale: #525252. Windows color (decimal): -13275380 or 814901. OLE color: 814901.
HSL color Cylindrical-coordinate representation of color #356F0C: hue angle of 95.15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #356F0C is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 12 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.56 |
| HSL | 95.15º | 0.8% | 0.24% | - |
| HSV(B) | 95.15º | 0.89% | 0.44% | - |
| XYZ | 7.22 | 12.15 | 2.31 | - |
| YUV | 82.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 12 | 0.52 | 0 | 0.89 | 0.56 | 95.15 | 0.8 | 0.24 |
| Hex | 35 | 6F | C | 34 | 0 | 59 | 38 | 5F | 50 | 18 |
| Octal | 65 | 157 | 14 | 64 | 0 | 131 | 70 | 137 | 120 | 30 |
| Binary | 110101 | 1101111 | 1100 | 110100 | 0 | 1011001 | 111000 | 1011111 | 1010000 | 11000 |
Color Harmonies of #356F0C
Complementary color
Monochromatic Colors of #356F0C
Black with #356F0C
Text Example
Text Example
White with #356F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F0C; }
p { color: rgb(53,111,12); }
H1.HeaderClassName
{
color: #356F0C;
}
.AnyTagClassName
{
color: #356F0C;
}
</style>
background-color css
<style>
a { background-color: #356F0C; }
a { background-color: rgb(53,111,12); }
div.DivClassName
{
background-color: #356F0C;
}
.BgClassName
{
background-color: #356F0C;
}
</style>
border-color css
<style>
span { border-color: #356F0C; }
span { border-color: rgb(53,111,12); }
td.TdClassName
{
border-color: #356F0C;
}
.TagClassName
{
border-color: #356F0C;
}
</style>