Shades of Bilbao #358A16
Tints of Bilbao #358A16
RGB
CMYK
RGB Variations
Color information
#358A16 (or 0x358A16) is known color: Bilbao. HEX triplet: 35, 8A and 16. RGB value is (53,138,22). Sum of RGB (Red+Green+Blue) = 53+138+22=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #358A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358A16 is #CA75E9. Grayscale: #636363. Windows color (decimal): -13268458 or 1477173. OLE color: 1477173.
HSL color Cylindrical-coordinate representation of color #358A16: hue angle of 103.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #358A16 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 22 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.46 |
| HSL | 103.97º | 0.73% | 0.31% | - |
| HSV(B) | 103.97º | 0.84% | 0.54% | - |
| XYZ | 10.7 | 18.99 | 3.86 | - |
| YUV | 99.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 22 | 0.62 | 0 | 0.84 | 0.46 | 103.97 | 0.73 | 0.31 |
| Hex | 35 | 8A | 16 | 3E | 0 | 54 | 2E | 68 | 48 | 1F |
| Octal | 65 | 212 | 26 | 76 | 0 | 124 | 56 | 150 | 110 | 37 |
| Binary | 110101 | 10001010 | 10110 | 111110 | 0 | 1010100 | 101110 | 1101000 | 1001000 | 11111 |
Color Harmonies of #358A16
Complementary color
Monochromatic Colors of #358A16
Black with #358A16
Text Example
Text Example
White with #358A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A16; }
p { color: rgb(53,138,22); }
H1.HeaderClassName
{
color: #358A16;
}
.AnyTagClassName
{
color: #358A16;
}
</style>
background-color css
<style>
a { background-color: #358A16; }
a { background-color: rgb(53,138,22); }
div.DivClassName
{
background-color: #358A16;
}
.BgClassName
{
background-color: #358A16;
}
</style>
border-color css
<style>
span { border-color: #358A16; }
span { border-color: rgb(53,138,22); }
td.TdClassName
{
border-color: #358A16;
}
.TagClassName
{
border-color: #358A16;
}
</style>