Shades of Bilbao #357C11
Tints of Bilbao #357C11
RGB
CMYK
RGB Variations
Color information
#357C11 (or 0x357C11) is known color: Bilbao. HEX triplet: 35, 7C and 11. RGB value is (53,124,17). Sum of RGB (Red+Green+Blue) = 53+124+17=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #357C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C11 is #CA83EE. Grayscale: #5A5A5A. Windows color (decimal): -13272047 or 1145909. OLE color: 1145909.
HSL color Cylindrical-coordinate representation of color #357C11: hue angle of 99.81º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #357C11 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 17 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.51 |
| HSL | 99.81º | 0.76% | 0.28% | - |
| HSV(B) | 99.81º | 0.86% | 0.49% | - |
| XYZ | 8.78 | 15.21 | 3 | - |
| YUV | 90.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 17 | 0.57 | 0 | 0.86 | 0.51 | 99.81 | 0.76 | 0.28 |
| Hex | 35 | 7C | 11 | 39 | 0 | 56 | 33 | 64 | 4C | 1C |
| Octal | 65 | 174 | 21 | 71 | 0 | 126 | 63 | 144 | 114 | 34 |
| Binary | 110101 | 1111100 | 10001 | 111001 | 0 | 1010110 | 110011 | 1100100 | 1001100 | 11100 |
Color Harmonies of #357C11
Complementary color
Monochromatic Colors of #357C11
Black with #357C11
Text Example
Text Example
White with #357C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C11; }
p { color: rgb(53,124,17); }
H1.HeaderClassName
{
color: #357C11;
}
.AnyTagClassName
{
color: #357C11;
}
</style>
background-color css
<style>
a { background-color: #357C11; }
a { background-color: rgb(53,124,17); }
div.DivClassName
{
background-color: #357C11;
}
.BgClassName
{
background-color: #357C11;
}
</style>
border-color css
<style>
span { border-color: #357C11; }
span { border-color: rgb(53,124,17); }
td.TdClassName
{
border-color: #357C11;
}
.TagClassName
{
border-color: #357C11;
}
</style>