Shades of Bilbao #356B0E
Tints of Bilbao #356B0E
RGB
CMYK
RGB Variations
Color information
#356B0E (or 0x356B0E) is known color: Bilbao. HEX triplet: 35, 6B and 0E. RGB value is (53,107,14). Sum of RGB (Red+Green+Blue) = 53+107+14=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #356B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B0E is #CA94F1. Grayscale: #505050. Windows color (decimal): -13276402 or 944949. OLE color: 944949.
HSL color Cylindrical-coordinate representation of color #356B0E: hue angle of 94.84º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #356B0E is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 14 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.58 |
| HSL | 94.84º | 0.77% | 0.24% | - |
| HSV(B) | 94.84º | 0.87% | 0.42% | - |
| XYZ | 6.81 | 11.3 | 2.24 | - |
| YUV | 80.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 14 | 0.50 | 0 | 0.87 | 0.58 | 94.84 | 0.77 | 0.24 |
| Hex | 35 | 6B | E | 32 | 0 | 57 | 3A | 5F | 4D | 18 |
| Octal | 65 | 153 | 16 | 62 | 0 | 127 | 72 | 137 | 115 | 30 |
| Binary | 110101 | 1101011 | 1110 | 110010 | 0 | 1010111 | 111010 | 1011111 | 1001101 | 11000 |
Color Harmonies of #356B0E
Complementary color
Monochromatic Colors of #356B0E
Black with #356B0E
Text Example
Text Example
White with #356B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B0E; }
p { color: rgb(53,107,14); }
H1.HeaderClassName
{
color: #356B0E;
}
.AnyTagClassName
{
color: #356B0E;
}
</style>
background-color css
<style>
a { background-color: #356B0E; }
a { background-color: rgb(53,107,14); }
div.DivClassName
{
background-color: #356B0E;
}
.BgClassName
{
background-color: #356B0E;
}
</style>
border-color css
<style>
span { border-color: #356B0E; }
span { border-color: rgb(53,107,14); }
td.TdClassName
{
border-color: #356B0E;
}
.TagClassName
{
border-color: #356B0E;
}
</style>