Shades of Bilbao #358212
Tints of Bilbao #358212
RGB
CMYK
RGB Variations
Color information
#358212 (or 0x358212) is known color: Bilbao. HEX triplet: 35, 82 and 12. RGB value is (53,130,18). Sum of RGB (Red+Green+Blue) = 53+130+18=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #358212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358212 is #CA7DED. Grayscale: #5E5E5E. Windows color (decimal): -13270510 or 1212981. OLE color: 1212981.
HSL color Cylindrical-coordinate representation of color #358212: hue angle of 101.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358212 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 18 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.49 |
| HSL | 101.25º | 0.76% | 0.29% | - |
| HSV(B) | 101.25º | 0.86% | 0.51% | - |
| XYZ | 9.56 | 16.77 | 3.3 | - |
| YUV | 94.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 18 | 0.59 | 0 | 0.86 | 0.49 | 101.25 | 0.76 | 0.29 |
| Hex | 35 | 82 | 12 | 3B | 0 | 56 | 31 | 65 | 4C | 1D |
| Octal | 65 | 202 | 22 | 73 | 0 | 126 | 61 | 145 | 114 | 35 |
| Binary | 110101 | 10000010 | 10010 | 111011 | 0 | 1010110 | 110001 | 1100101 | 1001100 | 11101 |
Color Harmonies of #358212
Complementary color
Monochromatic Colors of #358212
Black with #358212
Text Example
Text Example
White with #358212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358212; }
p { color: rgb(53,130,18); }
H1.HeaderClassName
{
color: #358212;
}
.AnyTagClassName
{
color: #358212;
}
</style>
background-color css
<style>
a { background-color: #358212; }
a { background-color: rgb(53,130,18); }
div.DivClassName
{
background-color: #358212;
}
.BgClassName
{
background-color: #358212;
}
</style>
border-color css
<style>
span { border-color: #358212; }
span { border-color: rgb(53,130,18); }
td.TdClassName
{
border-color: #358212;
}
.TagClassName
{
border-color: #358212;
}
</style>