Shades of Bilbao #356D04
Tints of Bilbao #356D04
RGB
CMYK
RGB Variations
Color information
#356D04 (or 0x356D04) is known color: Bilbao. HEX triplet: 35, 6D and 04. RGB value is (53,109,4). Sum of RGB (Red+Green+Blue) = 53+109+4=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #356D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D04 is #CA92FB. Grayscale: #505050. Windows color (decimal): -13275900 or 290101. OLE color: 290101.
HSL color Cylindrical-coordinate representation of color #356D04: hue angle of 92º 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 #356D04 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 4 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.57 |
| HSL | 92º | 0.93% | 0.22% | - |
| HSV(B) | 92º | 0.96% | 0.43% | - |
| XYZ | 6.96 | 11.7 | 2.01 | - |
| YUV | 80.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 4 | 0.51 | 0 | 0.96 | 0.57 | 92 | 0.93 | 0.22 |
| Hex | 35 | 6D | 4 | 33 | 0 | 60 | 39 | 5C | 5D | 16 |
| Octal | 65 | 155 | 4 | 63 | 0 | 140 | 71 | 134 | 135 | 26 |
| Binary | 110101 | 1101101 | 100 | 110011 | 0 | 1100000 | 111001 | 1011100 | 1011101 | 10110 |
Color Harmonies of #356D04
Complementary color
Monochromatic Colors of #356D04
Black with #356D04
Text Example
Text Example
White with #356D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D04; }
p { color: rgb(53,109,4); }
H1.HeaderClassName
{
color: #356D04;
}
.AnyTagClassName
{
color: #356D04;
}
</style>
background-color css
<style>
a { background-color: #356D04; }
a { background-color: rgb(53,109,4); }
div.DivClassName
{
background-color: #356D04;
}
.BgClassName
{
background-color: #356D04;
}
</style>
border-color css
<style>
span { border-color: #356D04; }
span { border-color: rgb(53,109,4); }
td.TdClassName
{
border-color: #356D04;
}
.TagClassName
{
border-color: #356D04;
}
</style>