Shades of Bilbao #358016
Tints of Bilbao #358016
RGB
CMYK
RGB Variations
Color information
#358016 (or 0x358016) is known color: Bilbao. HEX triplet: 35, 80 and 16. RGB value is (53,128,22). Sum of RGB (Red+Green+Blue) = 53+128+22=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #358016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358016 is #CA7FE9. Grayscale: #5D5D5D. Windows color (decimal): -13271018 or 1474613. OLE color: 1474613.
HSL color Cylindrical-coordinate representation of color #358016: hue angle of 102.45º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #358016 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 22 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.50 |
| HSL | 102.45º | 0.71% | 0.29% | - |
| HSV(B) | 102.45º | 0.83% | 0.5% | - |
| XYZ | 9.33 | 16.25 | 3.4 | - |
| YUV | 93.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 22 | 0.59 | 0 | 0.83 | 0.50 | 102.45 | 0.71 | 0.29 |
| Hex | 35 | 80 | 16 | 3B | 0 | 53 | 32 | 66 | 47 | 1D |
| Octal | 65 | 200 | 26 | 73 | 0 | 123 | 62 | 146 | 107 | 35 |
| Binary | 110101 | 10000000 | 10110 | 111011 | 0 | 1010011 | 110010 | 1100110 | 1000111 | 11101 |
Color Harmonies of #358016
Complementary color
Monochromatic Colors of #358016
Black with #358016
Text Example
Text Example
White with #358016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358016; }
p { color: rgb(53,128,22); }
H1.HeaderClassName
{
color: #358016;
}
.AnyTagClassName
{
color: #358016;
}
</style>
background-color css
<style>
a { background-color: #358016; }
a { background-color: rgb(53,128,22); }
div.DivClassName
{
background-color: #358016;
}
.BgClassName
{
background-color: #358016;
}
</style>
border-color css
<style>
span { border-color: #358016; }
span { border-color: rgb(53,128,22); }
td.TdClassName
{
border-color: #358016;
}
.TagClassName
{
border-color: #358016;
}
</style>