Shades of Bilbao #357C0A
Tints of Bilbao #357C0A
RGB
CMYK
RGB Variations
Color information
#357C0A (or 0x357C0A) is known color: Bilbao. HEX triplet: 35, 7C and 0A. RGB value is (53,124,10). Sum of RGB (Red+Green+Blue) = 53+124+10=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #357C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C0A is #CA83F5. Grayscale: #5A5A5A. Windows color (decimal): -13272054 or 687157. OLE color: 687157.
HSL color Cylindrical-coordinate representation of color #357C0A: hue angle of 97.37º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #357C0A is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 10 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.51 |
| HSL | 97.37º | 0.85% | 0.26% | - |
| HSV(B) | 97.37º | 0.92% | 0.49% | - |
| XYZ | 8.73 | 15.19 | 2.76 | - |
| YUV | 89.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 10 | 0.57 | 0 | 0.92 | 0.51 | 97.37 | 0.85 | 0.26 |
| Hex | 35 | 7C | A | 39 | 0 | 5C | 33 | 61 | 55 | 1A |
| Octal | 65 | 174 | 12 | 71 | 0 | 134 | 63 | 141 | 125 | 32 |
| Binary | 110101 | 1111100 | 1010 | 111001 | 0 | 1011100 | 110011 | 1100001 | 1010101 | 11010 |
Color Harmonies of #357C0A
Complementary color
Monochromatic Colors of #357C0A
Black with #357C0A
Text Example
Text Example
White with #357C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C0A; }
p { color: rgb(53,124,10); }
H1.HeaderClassName
{
color: #357C0A;
}
.AnyTagClassName
{
color: #357C0A;
}
</style>
background-color css
<style>
a { background-color: #357C0A; }
a { background-color: rgb(53,124,10); }
div.DivClassName
{
background-color: #357C0A;
}
.BgClassName
{
background-color: #357C0A;
}
</style>
border-color css
<style>
span { border-color: #357C0A; }
span { border-color: rgb(53,124,10); }
td.TdClassName
{
border-color: #357C0A;
}
.TagClassName
{
border-color: #357C0A;
}
</style>