Shades of Bilbao #357C16
Tints of Bilbao #357C16
RGB
CMYK
RGB Variations
Color information
#357C16 (or 0x357C16) is known color: Bilbao. HEX triplet: 35, 7C and 16. RGB value is (53,124,22). Sum of RGB (Red+Green+Blue) = 53+124+22=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #357C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C16 is #CA83E9. Grayscale: #5B5B5B. Windows color (decimal): -13272042 or 1473589. OLE color: 1473589.
HSL color Cylindrical-coordinate representation of color #357C16: hue angle of 101.76º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #357C16 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 22 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.51 |
| HSL | 101.76º | 0.7% | 0.29% | - |
| HSV(B) | 101.76º | 0.82% | 0.49% | - |
| XYZ | 8.82 | 15.23 | 3.23 | - |
| YUV | 91.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 22 | 0.57 | 0 | 0.82 | 0.51 | 101.76 | 0.7 | 0.29 |
| Hex | 35 | 7C | 16 | 39 | 0 | 52 | 33 | 66 | 46 | 1D |
| Octal | 65 | 174 | 26 | 71 | 0 | 122 | 63 | 146 | 106 | 35 |
| Binary | 110101 | 1111100 | 10110 | 111001 | 0 | 1010010 | 110011 | 1100110 | 1000110 | 11101 |
Color Harmonies of #357C16
Complementary color
Monochromatic Colors of #357C16
Black with #357C16
Text Example
Text Example
White with #357C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C16; }
p { color: rgb(53,124,22); }
H1.HeaderClassName
{
color: #357C16;
}
.AnyTagClassName
{
color: #357C16;
}
</style>
background-color css
<style>
a { background-color: #357C16; }
a { background-color: rgb(53,124,22); }
div.DivClassName
{
background-color: #357C16;
}
.BgClassName
{
background-color: #357C16;
}
</style>
border-color css
<style>
span { border-color: #357C16; }
span { border-color: rgb(53,124,22); }
td.TdClassName
{
border-color: #357C16;
}
.TagClassName
{
border-color: #357C16;
}
</style>