Shades of Bilbao #357D25
Tints of Bilbao #357D25
RGB
CMYK
RGB Variations
Color information
#357D25 (or 0x357D25) is known color: Bilbao. HEX triplet: 35, 7D and 25. RGB value is (53,125,37). Sum of RGB (Red+Green+Blue) = 53+125+37=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #357D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D25 is #CA82DA. Grayscale: #5D5D5D. Windows color (decimal): -13271771 or 2456885. OLE color: 2456885.
HSL color Cylindrical-coordinate representation of color #357D25: hue angle of 109.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357D25 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 37 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.51 |
| HSL | 109.09º | 0.54% | 0.32% | - |
| HSV(B) | 109.09º | 0.7% | 0.49% | - |
| XYZ | 9.14 | 15.56 | 4.27 | - |
| YUV | 93.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 37 | 0.58 | 0 | 0.70 | 0.51 | 109.09 | 0.54 | 0.32 |
| Hex | 35 | 7D | 25 | 3A | 0 | 46 | 33 | 6D | 36 | 20 |
| Octal | 65 | 175 | 45 | 72 | 0 | 106 | 63 | 155 | 66 | 40 |
| Binary | 110101 | 1111101 | 100101 | 111010 | 0 | 1000110 | 110011 | 1101101 | 110110 | 100000 |
Color Harmonies of #357D25
Complementary color
Monochromatic Colors of #357D25
Black with #357D25
Text Example
Text Example
White with #357D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D25; }
p { color: rgb(53,125,37); }
H1.HeaderClassName
{
color: #357D25;
}
.AnyTagClassName
{
color: #357D25;
}
</style>
background-color css
<style>
a { background-color: #357D25; }
a { background-color: rgb(53,125,37); }
div.DivClassName
{
background-color: #357D25;
}
.BgClassName
{
background-color: #357D25;
}
</style>
border-color css
<style>
span { border-color: #357D25; }
span { border-color: rgb(53,125,37); }
td.TdClassName
{
border-color: #357D25;
}
.TagClassName
{
border-color: #357D25;
}
</style>