Shades of Bilbao #357C1E
Tints of Bilbao #357C1E
RGB
CMYK
RGB Variations
Color information
#357C1E (or 0x357C1E) is known color: Bilbao. HEX triplet: 35, 7C and 1E. RGB value is (53,124,30). Sum of RGB (Red+Green+Blue) = 53+124+30=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #357C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C1E is #CA83E1. Grayscale: #5C5C5C. Windows color (decimal): -13272034 or 1997877. OLE color: 1997877.
HSL color Cylindrical-coordinate representation of color #357C1E: hue angle of 105.32º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357C1E is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 30 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.51 |
| HSL | 105.32º | 0.61% | 0.3% | - |
| HSV(B) | 105.32º | 0.76% | 0.49% | - |
| XYZ | 8.91 | 15.27 | 3.71 | - |
| YUV | 92.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 30 | 0.57 | 0 | 0.76 | 0.51 | 105.32 | 0.61 | 0.3 |
| Hex | 35 | 7C | 1E | 39 | 0 | 4C | 33 | 69 | 3D | 1E |
| Octal | 65 | 174 | 36 | 71 | 0 | 114 | 63 | 151 | 75 | 36 |
| Binary | 110101 | 1111100 | 11110 | 111001 | 0 | 1001100 | 110011 | 1101001 | 111101 | 11110 |
Color Harmonies of #357C1E
Complementary color
Monochromatic Colors of #357C1E
Black with #357C1E
Text Example
Text Example
White with #357C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C1E; }
p { color: rgb(53,124,30); }
H1.HeaderClassName
{
color: #357C1E;
}
.AnyTagClassName
{
color: #357C1E;
}
</style>
background-color css
<style>
a { background-color: #357C1E; }
a { background-color: rgb(53,124,30); }
div.DivClassName
{
background-color: #357C1E;
}
.BgClassName
{
background-color: #357C1E;
}
</style>
border-color css
<style>
span { border-color: #357C1E; }
span { border-color: rgb(53,124,30); }
td.TdClassName
{
border-color: #357C1E;
}
.TagClassName
{
border-color: #357C1E;
}
</style>