Shades of Bilbao #358302
Tints of Bilbao #358302
RGB
CMYK
RGB Variations
Color information
#358302 (or 0x358302) is known color: Bilbao. HEX triplet: 35, 83 and 02. RGB value is (53,131,2). Sum of RGB (Red+Green+Blue) = 53+131+2=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 131 (51.56% from 255 or 70.43% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 131 - color contains mainly: green. Hex color #358302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358302 is #CA7CFD. Grayscale: #5D5D5D. Windows color (decimal): -13270270 or 164661. OLE color: 164661.
HSL color Cylindrical-coordinate representation of color #358302: hue angle of 96.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #358302 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 2 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.49 |
| HSL | 96.28º | 0.97% | 0.26% | - |
| HSV(B) | 96.28º | 0.98% | 0.51% | - |
| XYZ | 9.6 | 16.99 | 2.83 | - |
| YUV | 92.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 2 | 0.60 | 0 | 0.98 | 0.49 | 96.28 | 0.97 | 0.26 |
| Hex | 35 | 83 | 2 | 3C | 0 | 62 | 31 | 60 | 61 | 1A |
| Octal | 65 | 203 | 2 | 74 | 0 | 142 | 61 | 140 | 141 | 32 |
| Binary | 110101 | 10000011 | 10 | 111100 | 0 | 1100010 | 110001 | 1100000 | 1100001 | 11010 |
Color Harmonies of #358302
Complementary color
Monochromatic Colors of #358302
Black with #358302
Text Example
Text Example
White with #358302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358302; }
p { color: rgb(53,131,2); }
H1.HeaderClassName
{
color: #358302;
}
.AnyTagClassName
{
color: #358302;
}
</style>
background-color css
<style>
a { background-color: #358302; }
a { background-color: rgb(53,131,2); }
div.DivClassName
{
background-color: #358302;
}
.BgClassName
{
background-color: #358302;
}
</style>
border-color css
<style>
span { border-color: #358302; }
span { border-color: rgb(53,131,2); }
td.TdClassName
{
border-color: #358302;
}
.TagClassName
{
border-color: #358302;
}
</style>