Shades of Bilbao #358015
Tints of Bilbao #358015
RGB
CMYK
RGB Variations
Color information
#358015 (or 0x358015) is known color: Bilbao. HEX triplet: 35, 80 and 15. RGB value is (53,128,21). Sum of RGB (Red+Green+Blue) = 53+128+21=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #358015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358015 is #CA7FEA. Grayscale: #5D5D5D. Windows color (decimal): -13271019 or 1409077. OLE color: 1409077.
HSL color Cylindrical-coordinate representation of color #358015: hue angle of 102.06º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #358015 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 21 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.50 |
| HSL | 102.06º | 0.72% | 0.29% | - |
| HSV(B) | 102.06º | 0.84% | 0.5% | - |
| XYZ | 9.32 | 16.25 | 3.35 | - |
| YUV | 93.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 21 | 0.59 | 0 | 0.84 | 0.50 | 102.06 | 0.72 | 0.29 |
| Hex | 35 | 80 | 15 | 3B | 0 | 54 | 32 | 66 | 48 | 1D |
| Octal | 65 | 200 | 25 | 73 | 0 | 124 | 62 | 146 | 110 | 35 |
| Binary | 110101 | 10000000 | 10101 | 111011 | 0 | 1010100 | 110010 | 1100110 | 1001000 | 11101 |
Color Harmonies of #358015
Complementary color
Monochromatic Colors of #358015
Black with #358015
Text Example
Text Example
White with #358015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358015; }
p { color: rgb(53,128,21); }
H1.HeaderClassName
{
color: #358015;
}
.AnyTagClassName
{
color: #358015;
}
</style>
background-color css
<style>
a { background-color: #358015; }
a { background-color: rgb(53,128,21); }
div.DivClassName
{
background-color: #358015;
}
.BgClassName
{
background-color: #358015;
}
</style>
border-color css
<style>
span { border-color: #358015; }
span { border-color: rgb(53,128,21); }
td.TdClassName
{
border-color: #358015;
}
.TagClassName
{
border-color: #358015;
}
</style>