Shades of Bilbao #358002
Tints of Bilbao #358002
RGB
CMYK
RGB Variations
Color information
#358002 (or 0x358002) is known color: Bilbao. HEX triplet: 35, 80 and 02. RGB value is (53,128,2). Sum of RGB (Red+Green+Blue) = 53+128+2=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #358002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358002 is #CA7FFD. Grayscale: #5B5B5B. Windows color (decimal): -13271038 or 163893. OLE color: 163893.
HSL color Cylindrical-coordinate representation of color #358002: hue angle of 95.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #358002 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 2 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.50 |
| HSL | 95.71º | 0.97% | 0.25% | - |
| HSV(B) | 95.71º | 0.98% | 0.5% | - |
| XYZ | 9.2 | 16.2 | 2.7 | - |
| YUV | 91.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 2 | 0.59 | 0 | 0.98 | 0.50 | 95.71 | 0.97 | 0.25 |
| Hex | 35 | 80 | 2 | 3B | 0 | 62 | 32 | 60 | 61 | 19 |
| Octal | 65 | 200 | 2 | 73 | 0 | 142 | 62 | 140 | 141 | 31 |
| Binary | 110101 | 10000000 | 10 | 111011 | 0 | 1100010 | 110010 | 1100000 | 1100001 | 11001 |
Color Harmonies of #358002
Complementary color
Monochromatic Colors of #358002
Black with #358002
Text Example
Text Example
White with #358002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358002; }
p { color: rgb(53,128,2); }
H1.HeaderClassName
{
color: #358002;
}
.AnyTagClassName
{
color: #358002;
}
</style>
background-color css
<style>
a { background-color: #358002; }
a { background-color: rgb(53,128,2); }
div.DivClassName
{
background-color: #358002;
}
.BgClassName
{
background-color: #358002;
}
</style>
border-color css
<style>
span { border-color: #358002; }
span { border-color: rgb(53,128,2); }
td.TdClassName
{
border-color: #358002;
}
.TagClassName
{
border-color: #358002;
}
</style>