Shades of Bilbao #358803
Tints of Bilbao #358803
RGB
CMYK
RGB Variations
Color information
#358803 (or 0x358803) is known color: Bilbao. HEX triplet: 35, 88 and 03. RGB value is (53,136,3). Sum of RGB (Red+Green+Blue) = 53+136+3=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #358803 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358803 is #CA77FC. Grayscale: #606060. Windows color (decimal): -13268989 or 231477. OLE color: 231477.
HSL color Cylindrical-coordinate representation of color #358803: hue angle of 97.44º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #358803 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.47 |
| HSL | 97.44º | 0.96% | 0.27% | - |
| HSV(B) | 97.44º | 0.98% | 0.53% | - |
| XYZ | 10.29 | 18.37 | 3.09 | - |
| YUV | 96.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 3 | 0.61 | 0 | 0.98 | 0.47 | 97.44 | 0.96 | 0.27 |
| Hex | 35 | 88 | 3 | 3D | 0 | 62 | 2F | 61 | 60 | 1B |
| Octal | 65 | 210 | 3 | 75 | 0 | 142 | 57 | 141 | 140 | 33 |
| Binary | 110101 | 10001000 | 11 | 111101 | 0 | 1100010 | 101111 | 1100001 | 1100000 | 11011 |
Color Harmonies of #358803
Complementary color
Monochromatic Colors of #358803
Black with #358803
Text Example
Text Example
White with #358803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358803; }
p { color: rgb(53,136,3); }
H1.HeaderClassName
{
color: #358803;
}
.AnyTagClassName
{
color: #358803;
}
</style>
background-color css
<style>
a { background-color: #358803; }
a { background-color: rgb(53,136,3); }
div.DivClassName
{
background-color: #358803;
}
.BgClassName
{
background-color: #358803;
}
</style>
border-color css
<style>
span { border-color: #358803; }
span { border-color: rgb(53,136,3); }
td.TdClassName
{
border-color: #358803;
}
.TagClassName
{
border-color: #358803;
}
</style>