Shades of Bilbao #356F0F
Tints of Bilbao #356F0F
RGB
CMYK
RGB Variations
Color information
#356F0F (or 0x356F0F) is known color: Bilbao. HEX triplet: 35, 6F and 0F. RGB value is (53,111,15). Sum of RGB (Red+Green+Blue) = 53+111+15=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #356F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356F0F is #CA90F0. Grayscale: #535353. Windows color (decimal): -13275377 or 1011509. OLE color: 1011509.
HSL color Cylindrical-coordinate representation of color #356F0F: hue angle of 96.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #356F0F is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 15 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.56 |
| HSL | 96.25º | 0.76% | 0.25% | - |
| HSV(B) | 96.25º | 0.86% | 0.44% | - |
| XYZ | 7.24 | 12.16 | 2.42 | - |
| YUV | 82.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 15 | 0.52 | 0 | 0.86 | 0.56 | 96.25 | 0.76 | 0.25 |
| Hex | 35 | 6F | F | 34 | 0 | 56 | 38 | 60 | 4C | 19 |
| Octal | 65 | 157 | 17 | 64 | 0 | 126 | 70 | 140 | 114 | 31 |
| Binary | 110101 | 1101111 | 1111 | 110100 | 0 | 1010110 | 111000 | 1100000 | 1001100 | 11001 |
Color Harmonies of #356F0F
Complementary color
Monochromatic Colors of #356F0F
Black with #356F0F
Text Example
Text Example
White with #356F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F0F; }
p { color: rgb(53,111,15); }
H1.HeaderClassName
{
color: #356F0F;
}
.AnyTagClassName
{
color: #356F0F;
}
</style>
background-color css
<style>
a { background-color: #356F0F; }
a { background-color: rgb(53,111,15); }
div.DivClassName
{
background-color: #356F0F;
}
.BgClassName
{
background-color: #356F0F;
}
</style>
border-color css
<style>
span { border-color: #356F0F; }
span { border-color: rgb(53,111,15); }
td.TdClassName
{
border-color: #356F0F;
}
.TagClassName
{
border-color: #356F0F;
}
</style>