Shades of Bilbao #358A15
Tints of Bilbao #358A15
RGB
CMYK
RGB Variations
Color information
#358A15 (or 0x358A15) is known color: Bilbao. HEX triplet: 35, 8A and 15. RGB value is (53,138,21). Sum of RGB (Red+Green+Blue) = 53+138+21=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #358A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358A15 is #CA75EA. Grayscale: #636363. Windows color (decimal): -13268459 or 1411637. OLE color: 1411637.
HSL color Cylindrical-coordinate representation of color #358A15: hue angle of 103.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #358A15 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 21 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.46 |
| HSL | 103.59º | 0.74% | 0.31% | - |
| HSV(B) | 103.59º | 0.85% | 0.54% | - |
| XYZ | 10.69 | 18.99 | 3.81 | - |
| YUV | 99.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 21 | 0.62 | 0 | 0.85 | 0.46 | 103.59 | 0.74 | 0.31 |
| Hex | 35 | 8A | 15 | 3E | 0 | 55 | 2E | 68 | 4A | 1F |
| Octal | 65 | 212 | 25 | 76 | 0 | 125 | 56 | 150 | 112 | 37 |
| Binary | 110101 | 10001010 | 10101 | 111110 | 0 | 1010101 | 101110 | 1101000 | 1001010 | 11111 |
Color Harmonies of #358A15
Complementary color
Monochromatic Colors of #358A15
Black with #358A15
Text Example
Text Example
White with #358A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A15; }
p { color: rgb(53,138,21); }
H1.HeaderClassName
{
color: #358A15;
}
.AnyTagClassName
{
color: #358A15;
}
</style>
background-color css
<style>
a { background-color: #358A15; }
a { background-color: rgb(53,138,21); }
div.DivClassName
{
background-color: #358A15;
}
.BgClassName
{
background-color: #358A15;
}
</style>
border-color css
<style>
span { border-color: #358A15; }
span { border-color: rgb(53,138,21); }
td.TdClassName
{
border-color: #358A15;
}
.TagClassName
{
border-color: #358A15;
}
</style>