Shades of Bilbao #357E27
Tints of Bilbao #357E27
RGB
CMYK
RGB Variations
Color information
#357E27 (or 0x357E27) is known color: Bilbao. HEX triplet: 35, 7E and 27. RGB value is (53,126,39). Sum of RGB (Red+Green+Blue) = 53+126+39=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #357E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E27 is #CA81D8. Grayscale: #5E5E5E. Windows color (decimal): -13271513 or 2588213. OLE color: 2588213.
HSL color Cylindrical-coordinate representation of color #357E27: hue angle of 110.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357E27 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 39 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.51 |
| HSL | 110.34º | 0.53% | 0.32% | - |
| HSV(B) | 110.34º | 0.69% | 0.49% | - |
| XYZ | 9.3 | 15.83 | 4.48 | - |
| YUV | 94.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 39 | 0.58 | 0 | 0.69 | 0.51 | 110.34 | 0.53 | 0.32 |
| Hex | 35 | 7E | 27 | 3A | 0 | 45 | 33 | 6E | 35 | 20 |
| Octal | 65 | 176 | 47 | 72 | 0 | 105 | 63 | 156 | 65 | 40 |
| Binary | 110101 | 1111110 | 100111 | 111010 | 0 | 1000101 | 110011 | 1101110 | 110101 | 100000 |
Color Harmonies of #357E27
Complementary color
Monochromatic Colors of #357E27
Black with #357E27
Text Example
Text Example
White with #357E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E27; }
p { color: rgb(53,126,39); }
H1.HeaderClassName
{
color: #357E27;
}
.AnyTagClassName
{
color: #357E27;
}
</style>
background-color css
<style>
a { background-color: #357E27; }
a { background-color: rgb(53,126,39); }
div.DivClassName
{
background-color: #357E27;
}
.BgClassName
{
background-color: #357E27;
}
</style>
border-color css
<style>
span { border-color: #357E27; }
span { border-color: rgb(53,126,39); }
td.TdClassName
{
border-color: #357E27;
}
.TagClassName
{
border-color: #357E27;
}
</style>