Shades of Bilbao #356E04
Tints of Bilbao #356E04
RGB
CMYK
RGB Variations
Color information
#356E04 (or 0x356E04) is known color: Bilbao. HEX triplet: 35, 6E and 04. RGB value is (53,110,4). Sum of RGB (Red+Green+Blue) = 53+110+4=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #356E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356E04 is #CA91FB. Grayscale: #515151. Windows color (decimal): -13275644 or 290357. OLE color: 290357.
HSL color Cylindrical-coordinate representation of color #356E04: hue angle of 92.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #356E04 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 110 | 4 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.57 |
| HSL | 92.26º | 0.93% | 0.22% | - |
| HSV(B) | 92.26º | 0.96% | 0.43% | - |
| XYZ | 7.07 | 11.92 | 2.04 | - |
| YUV | 80.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 4 | 0.52 | 0 | 0.96 | 0.57 | 92.26 | 0.93 | 0.22 |
| Hex | 35 | 6E | 4 | 34 | 0 | 60 | 39 | 5C | 5D | 16 |
| Octal | 65 | 156 | 4 | 64 | 0 | 140 | 71 | 134 | 135 | 26 |
| Binary | 110101 | 1101110 | 100 | 110100 | 0 | 1100000 | 111001 | 1011100 | 1011101 | 10110 |
Color Harmonies of #356E04
Complementary color
Monochromatic Colors of #356E04
Black with #356E04
Text Example
Text Example
White with #356E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E04; }
p { color: rgb(53,110,4); }
H1.HeaderClassName
{
color: #356E04;
}
.AnyTagClassName
{
color: #356E04;
}
</style>
background-color css
<style>
a { background-color: #356E04; }
a { background-color: rgb(53,110,4); }
div.DivClassName
{
background-color: #356E04;
}
.BgClassName
{
background-color: #356E04;
}
</style>
border-color css
<style>
span { border-color: #356E04; }
span { border-color: rgb(53,110,4); }
td.TdClassName
{
border-color: #356E04;
}
.TagClassName
{
border-color: #356E04;
}
</style>