Shades of Bilbao #358F0A
Tints of Bilbao #358F0A
RGB
CMYK
RGB Variations
Color information
#358F0A (or 0x358F0A) is known color: Bilbao. HEX triplet: 35, 8F and 0A. RGB value is (53,143,10). Sum of RGB (Red+Green+Blue) = 53+143+10=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #358F0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358F0A is #CA70F5. Grayscale: #656565. Windows color (decimal): -13267190 or 692021. OLE color: 692021.
HSL color Cylindrical-coordinate representation of color #358F0A: hue angle of 100.6º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #358F0A is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 10 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.44 |
| HSL | 100.6º | 0.87% | 0.3% | - |
| HSV(B) | 100.6º | 0.93% | 0.56% | - |
| XYZ | 11.35 | 20.42 | 3.63 | - |
| YUV | 100.93 | 76.68 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 10 | 0.63 | 0 | 0.93 | 0.44 | 100.6 | 0.87 | 0.3 |
| Hex | 35 | 8F | A | 3F | 0 | 5D | 2C | 65 | 57 | 1E |
| Octal | 65 | 217 | 12 | 77 | 0 | 135 | 54 | 145 | 127 | 36 |
| Binary | 110101 | 10001111 | 1010 | 111111 | 0 | 1011101 | 101100 | 1100101 | 1010111 | 11110 |
Color Harmonies of #358F0A
Complementary color
Monochromatic Colors of #358F0A
Black with #358F0A
Text Example
Text Example
White with #358F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F0A; }
p { color: rgb(53,143,10); }
H1.HeaderClassName
{
color: #358F0A;
}
.AnyTagClassName
{
color: #358F0A;
}
</style>
background-color css
<style>
a { background-color: #358F0A; }
a { background-color: rgb(53,143,10); }
div.DivClassName
{
background-color: #358F0A;
}
.BgClassName
{
background-color: #358F0A;
}
</style>
border-color css
<style>
span { border-color: #358F0A; }
span { border-color: rgb(53,143,10); }
td.TdClassName
{
border-color: #358F0A;
}
.TagClassName
{
border-color: #358F0A;
}
</style>