Shades of Bilbao #357D28
Tints of Bilbao #357D28
RGB
CMYK
RGB Variations
Color information
#357D28 (or 0x357D28) is known color: Bilbao. HEX triplet: 35, 7D and 28. RGB value is (53,125,40). Sum of RGB (Red+Green+Blue) = 53+125+40=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #357D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D28 is #CA82D7. Grayscale: #5E5E5E. Windows color (decimal): -13271768 or 2653493. OLE color: 2653493.
HSL color Cylindrical-coordinate representation of color #357D28: hue angle of 110.82º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #357D28 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 40 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.51 |
| HSL | 110.82º | 0.52% | 0.32% | - |
| HSV(B) | 110.82º | 0.68% | 0.49% | - |
| XYZ | 9.18 | 15.58 | 4.53 | - |
| YUV | 93.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 40 | 0.58 | 0 | 0.68 | 0.51 | 110.82 | 0.52 | 0.32 |
| Hex | 35 | 7D | 28 | 3A | 0 | 44 | 33 | 6F | 34 | 20 |
| Octal | 65 | 175 | 50 | 72 | 0 | 104 | 63 | 157 | 64 | 40 |
| Binary | 110101 | 1111101 | 101000 | 111010 | 0 | 1000100 | 110011 | 1101111 | 110100 | 100000 |
Color Harmonies of #357D28
Complementary color
Monochromatic Colors of #357D28
Black with #357D28
Text Example
Text Example
White with #357D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D28; }
p { color: rgb(53,125,40); }
H1.HeaderClassName
{
color: #357D28;
}
.AnyTagClassName
{
color: #357D28;
}
</style>
background-color css
<style>
a { background-color: #357D28; }
a { background-color: rgb(53,125,40); }
div.DivClassName
{
background-color: #357D28;
}
.BgClassName
{
background-color: #357D28;
}
</style>
border-color css
<style>
span { border-color: #357D28; }
span { border-color: rgb(53,125,40); }
td.TdClassName
{
border-color: #357D28;
}
.TagClassName
{
border-color: #357D28;
}
</style>