Shades of Bilbao #357D27
Tints of Bilbao #357D27
RGB
CMYK
RGB Variations
Color information
#357D27 (or 0x357D27) is known color: Bilbao. HEX triplet: 35, 7D and 27. RGB value is (53,125,39). Sum of RGB (Red+Green+Blue) = 53+125+39=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #357D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D27 is #CA82D8. Grayscale: #5D5D5D. Windows color (decimal): -13271769 or 2587957. OLE color: 2587957.
HSL color Cylindrical-coordinate representation of color #357D27: hue angle of 110.23º degrees, saturation: 0.52, 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 #357D27 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 39 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.51 |
| HSL | 110.23º | 0.52% | 0.32% | - |
| HSV(B) | 110.23º | 0.69% | 0.49% | - |
| XYZ | 9.17 | 15.57 | 4.44 | - |
| YUV | 93.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 39 | 0.58 | 0 | 0.69 | 0.51 | 110.23 | 0.52 | 0.32 |
| Hex | 35 | 7D | 27 | 3A | 0 | 45 | 33 | 6E | 34 | 20 |
| Octal | 65 | 175 | 47 | 72 | 0 | 105 | 63 | 156 | 64 | 40 |
| Binary | 110101 | 1111101 | 100111 | 111010 | 0 | 1000101 | 110011 | 1101110 | 110100 | 100000 |
Color Harmonies of #357D27
Complementary color
Monochromatic Colors of #357D27
Black with #357D27
Text Example
Text Example
White with #357D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D27; }
p { color: rgb(53,125,39); }
H1.HeaderClassName
{
color: #357D27;
}
.AnyTagClassName
{
color: #357D27;
}
</style>
background-color css
<style>
a { background-color: #357D27; }
a { background-color: rgb(53,125,39); }
div.DivClassName
{
background-color: #357D27;
}
.BgClassName
{
background-color: #357D27;
}
</style>
border-color css
<style>
span { border-color: #357D27; }
span { border-color: rgb(53,125,39); }
td.TdClassName
{
border-color: #357D27;
}
.TagClassName
{
border-color: #357D27;
}
</style>