Shades of Bilbao #358100
Tints of Bilbao #358100
RGB
CMYK
RGB Variations
Color information
#358100 (or 0x358100) is known color: Bilbao. HEX triplet: 35, 81 and 00. RGB value is (53,129,0). Sum of RGB (Red+Green+Blue) = 53+129+0=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #358100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358100 is #CA7EFF. Grayscale: #5C5C5C. Windows color (decimal): -13270784 or 33077. OLE color: 33077.
HSL color Cylindrical-coordinate representation of color #358100: hue angle of 95.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #358100 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.49 |
| HSL | 95.35º | 1% | 0.25% | - |
| HSV(B) | 95.35º | 1% | 0.51% | - |
| XYZ | 9.32 | 16.46 | 2.69 | - |
| YUV | 91.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 0 | 0.59 | 0 | 1 | 0.49 | 95.35 | 1 | 0.25 |
| Hex | 35 | 81 | 0 | 3B | 0 | 64 | 31 | 5F | 64 | 19 |
| Octal | 65 | 201 | 0 | 73 | 0 | 144 | 61 | 137 | 144 | 31 |
| Binary | 110101 | 10000001 | 0 | 111011 | 0 | 1100100 | 110001 | 1011111 | 1100100 | 11001 |
Color Harmonies of #358100
Complementary color
Monochromatic Colors of #358100
Black with #358100
Text Example
Text Example
White with #358100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358100; }
p { color: rgb(53,129,0); }
H1.HeaderClassName
{
color: #358100;
}
.AnyTagClassName
{
color: #358100;
}
</style>
background-color css
<style>
a { background-color: #358100; }
a { background-color: rgb(53,129,0); }
div.DivClassName
{
background-color: #358100;
}
.BgClassName
{
background-color: #358100;
}
</style>
border-color css
<style>
span { border-color: #358100; }
span { border-color: rgb(53,129,0); }
td.TdClassName
{
border-color: #358100;
}
.TagClassName
{
border-color: #358100;
}
</style>