Shades of Bilbao #357A24
Tints of Bilbao #357A24
RGB
CMYK
RGB Variations
Color information
#357A24 (or 0x357A24) is known color: Bilbao. HEX triplet: 35, 7A and 24. RGB value is (53,122,36). Sum of RGB (Red+Green+Blue) = 53+122+36=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #357A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A24 is #CA85DB. Grayscale: #5B5B5B. Windows color (decimal): -13272540 or 2390581. OLE color: 2390581.
HSL color Cylindrical-coordinate representation of color #357A24: hue angle of 108.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357A24 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 122 | 36 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.52 |
| HSL | 108.14º | 0.54% | 0.31% | - |
| HSV(B) | 108.14º | 0.7% | 0.48% | - |
| XYZ | 8.75 | 14.8 | 4.07 | - |
| YUV | 91.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 36 | 0.57 | 0 | 0.70 | 0.52 | 108.14 | 0.54 | 0.31 |
| Hex | 35 | 7A | 24 | 39 | 0 | 46 | 34 | 6C | 36 | 1F |
| Octal | 65 | 172 | 44 | 71 | 0 | 106 | 64 | 154 | 66 | 37 |
| Binary | 110101 | 1111010 | 100100 | 111001 | 0 | 1000110 | 110100 | 1101100 | 110110 | 11111 |
Color Harmonies of #357A24
Complementary color
Monochromatic Colors of #357A24
Black with #357A24
Text Example
Text Example
White with #357A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A24; }
p { color: rgb(53,122,36); }
H1.HeaderClassName
{
color: #357A24;
}
.AnyTagClassName
{
color: #357A24;
}
</style>
background-color css
<style>
a { background-color: #357A24; }
a { background-color: rgb(53,122,36); }
div.DivClassName
{
background-color: #357A24;
}
.BgClassName
{
background-color: #357A24;
}
</style>
border-color css
<style>
span { border-color: #357A24; }
span { border-color: rgb(53,122,36); }
td.TdClassName
{
border-color: #357A24;
}
.TagClassName
{
border-color: #357A24;
}
</style>