Shades of Bilbao #357C28
Tints of Bilbao #357C28
RGB
CMYK
RGB Variations
Color information
#357C28 (or 0x357C28) is known color: Bilbao. HEX triplet: 35, 7C and 28. RGB value is (53,124,40). Sum of RGB (Red+Green+Blue) = 53+124+40=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #357C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C28 is #CA83D7. Grayscale: #5D5D5D. Windows color (decimal): -13272024 or 2653237. OLE color: 2653237.
HSL color Cylindrical-coordinate representation of color #357C28: hue angle of 110.71º degrees, saturation: 0.51, 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 #357C28 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 40 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.51 |
| HSL | 110.71º | 0.51% | 0.32% | - |
| HSV(B) | 110.71º | 0.68% | 0.49% | - |
| XYZ | 9.06 | 15.33 | 4.49 | - |
| YUV | 93.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 40 | 0.57 | 0 | 0.68 | 0.51 | 110.71 | 0.51 | 0.32 |
| Hex | 35 | 7C | 28 | 39 | 0 | 44 | 33 | 6F | 33 | 20 |
| Octal | 65 | 174 | 50 | 71 | 0 | 104 | 63 | 157 | 63 | 40 |
| Binary | 110101 | 1111100 | 101000 | 111001 | 0 | 1000100 | 110011 | 1101111 | 110011 | 100000 |
Color Harmonies of #357C28
Complementary color
Monochromatic Colors of #357C28
Black with #357C28
Text Example
Text Example
White with #357C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C28; }
p { color: rgb(53,124,40); }
H1.HeaderClassName
{
color: #357C28;
}
.AnyTagClassName
{
color: #357C28;
}
</style>
background-color css
<style>
a { background-color: #357C28; }
a { background-color: rgb(53,124,40); }
div.DivClassName
{
background-color: #357C28;
}
.BgClassName
{
background-color: #357C28;
}
</style>
border-color css
<style>
span { border-color: #357C28; }
span { border-color: rgb(53,124,40); }
td.TdClassName
{
border-color: #357C28;
}
.TagClassName
{
border-color: #357C28;
}
</style>