Shades of Bilbao #357B1E
Tints of Bilbao #357B1E
RGB
CMYK
RGB Variations
Color information
#357B1E (or 0x357B1E) is known color: Bilbao. HEX triplet: 35, 7B and 1E. RGB value is (53,123,30). Sum of RGB (Red+Green+Blue) = 53+123+30=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #357B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B1E is #CA84E1. Grayscale: #5B5B5B. Windows color (decimal): -13272290 or 1997621. OLE color: 1997621.
HSL color Cylindrical-coordinate representation of color #357B1E: hue angle of 105.16º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357B1E is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 30 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.52 |
| HSL | 105.16º | 0.61% | 0.3% | - |
| HSV(B) | 105.16º | 0.76% | 0.48% | - |
| XYZ | 8.79 | 15.02 | 3.66 | - |
| YUV | 91.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 30 | 0.57 | 0 | 0.76 | 0.52 | 105.16 | 0.61 | 0.3 |
| Hex | 35 | 7B | 1E | 39 | 0 | 4C | 34 | 69 | 3D | 1E |
| Octal | 65 | 173 | 36 | 71 | 0 | 114 | 64 | 151 | 75 | 36 |
| Binary | 110101 | 1111011 | 11110 | 111001 | 0 | 1001100 | 110100 | 1101001 | 111101 | 11110 |
Color Harmonies of #357B1E
Complementary color
Monochromatic Colors of #357B1E
Black with #357B1E
Text Example
Text Example
White with #357B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B1E; }
p { color: rgb(53,123,30); }
H1.HeaderClassName
{
color: #357B1E;
}
.AnyTagClassName
{
color: #357B1E;
}
</style>
background-color css
<style>
a { background-color: #357B1E; }
a { background-color: rgb(53,123,30); }
div.DivClassName
{
background-color: #357B1E;
}
.BgClassName
{
background-color: #357B1E;
}
</style>
border-color css
<style>
span { border-color: #357B1E; }
span { border-color: rgb(53,123,30); }
td.TdClassName
{
border-color: #357B1E;
}
.TagClassName
{
border-color: #357B1E;
}
</style>