Shades of Bilbao #358303
Tints of Bilbao #358303
RGB
CMYK
RGB Variations
Color information
#358303 (or 0x358303) is known color: Bilbao. HEX triplet: 35, 83 and 03. RGB value is (53,131,3). Sum of RGB (Red+Green+Blue) = 53+131+3=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #358303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358303 is #CA7CFC. Grayscale: #5D5D5D. Windows color (decimal): -13270269 or 230197. OLE color: 230197.
HSL color Cylindrical-coordinate representation of color #358303: hue angle of 96.56º degrees, saturation: 0.96, 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 #358303 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 3 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.49 |
| HSL | 96.56º | 0.96% | 0.26% | - |
| HSV(B) | 96.56º | 0.98% | 0.51% | - |
| XYZ | 9.6 | 17 | 2.86 | - |
| YUV | 93.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 3 | 0.60 | 0 | 0.98 | 0.49 | 96.56 | 0.96 | 0.26 |
| Hex | 35 | 83 | 3 | 3C | 0 | 62 | 31 | 61 | 60 | 1A |
| Octal | 65 | 203 | 3 | 74 | 0 | 142 | 61 | 141 | 140 | 32 |
| Binary | 110101 | 10000011 | 11 | 111100 | 0 | 1100010 | 110001 | 1100001 | 1100000 | 11010 |
Color Harmonies of #358303
Complementary color
Monochromatic Colors of #358303
Black with #358303
Text Example
Text Example
White with #358303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358303; }
p { color: rgb(53,131,3); }
H1.HeaderClassName
{
color: #358303;
}
.AnyTagClassName
{
color: #358303;
}
</style>
background-color css
<style>
a { background-color: #358303; }
a { background-color: rgb(53,131,3); }
div.DivClassName
{
background-color: #358303;
}
.BgClassName
{
background-color: #358303;
}
</style>
border-color css
<style>
span { border-color: #358303; }
span { border-color: rgb(53,131,3); }
td.TdClassName
{
border-color: #358303;
}
.TagClassName
{
border-color: #358303;
}
</style>