Shades of Bilbao #357C00
Tints of Bilbao #357C00
RGB
CMYK
RGB Variations
Color information
#357C00 (or 0x357C00) is known color: Bilbao. HEX triplet: 35, 7C and 00. RGB value is (53,124,0). Sum of RGB (Red+Green+Blue) = 53+124+0=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #357C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C00 is #CA83FF. Grayscale: #595959. Windows color (decimal): -13272064 or 31797. OLE color: 31797.
HSL color Cylindrical-coordinate representation of color #357C00: hue angle of 94.35º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #357C00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.51 |
| HSL | 94.35º | 1% | 0.24% | - |
| HSV(B) | 94.35º | 1% | 0.49% | - |
| XYZ | 8.68 | 15.17 | 2.47 | - |
| YUV | 88.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 0 | 0.57 | 0 | 1 | 0.51 | 94.35 | 1 | 0.24 |
| Hex | 35 | 7C | 0 | 39 | 0 | 64 | 33 | 5E | 64 | 18 |
| Octal | 65 | 174 | 0 | 71 | 0 | 144 | 63 | 136 | 144 | 30 |
| Binary | 110101 | 1111100 | 0 | 111001 | 0 | 1100100 | 110011 | 1011110 | 1100100 | 11000 |
Color Harmonies of #357C00
Complementary color
Monochromatic Colors of #357C00
Black with #357C00
Text Example
Text Example
White with #357C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C00; }
p { color: rgb(53,124,0); }
H1.HeaderClassName
{
color: #357C00;
}
.AnyTagClassName
{
color: #357C00;
}
</style>
background-color css
<style>
a { background-color: #357C00; }
a { background-color: rgb(53,124,0); }
div.DivClassName
{
background-color: #357C00;
}
.BgClassName
{
background-color: #357C00;
}
</style>
border-color css
<style>
span { border-color: #357C00; }
span { border-color: rgb(53,124,0); }
td.TdClassName
{
border-color: #357C00;
}
.TagClassName
{
border-color: #357C00;
}
</style>