Shades of Bilbao #358215
Tints of Bilbao #358215
RGB
CMYK
RGB Variations
Color information
#358215 (or 0x358215) is known color: Bilbao. HEX triplet: 35, 82 and 15. RGB value is (53,130,21). Sum of RGB (Red+Green+Blue) = 53+130+21=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #358215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358215 is #CA7DEA. Grayscale: #5E5E5E. Windows color (decimal): -13270507 or 1409589. OLE color: 1409589.
HSL color Cylindrical-coordinate representation of color #358215: hue angle of 102.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #358215 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 21 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.49 |
| HSL | 102.39º | 0.72% | 0.3% | - |
| HSV(B) | 102.39º | 0.84% | 0.51% | - |
| XYZ | 9.59 | 16.78 | 3.44 | - |
| YUV | 94.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 21 | 0.59 | 0 | 0.84 | 0.49 | 102.39 | 0.72 | 0.3 |
| Hex | 35 | 82 | 15 | 3B | 0 | 54 | 31 | 66 | 48 | 1E |
| Octal | 65 | 202 | 25 | 73 | 0 | 124 | 61 | 146 | 110 | 36 |
| Binary | 110101 | 10000010 | 10101 | 111011 | 0 | 1010100 | 110001 | 1100110 | 1001000 | 11110 |
Color Harmonies of #358215
Complementary color
Monochromatic Colors of #358215
Black with #358215
Text Example
Text Example
White with #358215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358215; }
p { color: rgb(53,130,21); }
H1.HeaderClassName
{
color: #358215;
}
.AnyTagClassName
{
color: #358215;
}
</style>
background-color css
<style>
a { background-color: #358215; }
a { background-color: rgb(53,130,21); }
div.DivClassName
{
background-color: #358215;
}
.BgClassName
{
background-color: #358215;
}
</style>
border-color css
<style>
span { border-color: #358215; }
span { border-color: rgb(53,130,21); }
td.TdClassName
{
border-color: #358215;
}
.TagClassName
{
border-color: #358215;
}
</style>