Shades of Bilbao #357F25
Tints of Bilbao #357F25
RGB
CMYK
RGB Variations
Color information
#357F25 (or 0x357F25) is known color: Bilbao. HEX triplet: 35, 7F and 25. RGB value is (53,127,37). Sum of RGB (Red+Green+Blue) = 53+127+37=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #357F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F25 is #CA80DA. Grayscale: #5E5E5E. Windows color (decimal): -13271259 or 2457397. OLE color: 2457397.
HSL color Cylindrical-coordinate representation of color #357F25: hue angle of 109.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357F25 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 37 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.50 |
| HSL | 109.33º | 0.55% | 0.32% | - |
| HSV(B) | 109.33º | 0.71% | 0.5% | - |
| XYZ | 9.39 | 16.07 | 4.36 | - |
| YUV | 94.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 37 | 0.58 | 0 | 0.71 | 0.50 | 109.33 | 0.55 | 0.32 |
| Hex | 35 | 7F | 25 | 3A | 0 | 47 | 32 | 6D | 37 | 20 |
| Octal | 65 | 177 | 45 | 72 | 0 | 107 | 62 | 155 | 67 | 40 |
| Binary | 110101 | 1111111 | 100101 | 111010 | 0 | 1000111 | 110010 | 1101101 | 110111 | 100000 |
Color Harmonies of #357F25
Complementary color
Monochromatic Colors of #357F25
Black with #357F25
Text Example
Text Example
White with #357F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F25; }
p { color: rgb(53,127,37); }
H1.HeaderClassName
{
color: #357F25;
}
.AnyTagClassName
{
color: #357F25;
}
</style>
background-color css
<style>
a { background-color: #357F25; }
a { background-color: rgb(53,127,37); }
div.DivClassName
{
background-color: #357F25;
}
.BgClassName
{
background-color: #357F25;
}
</style>
border-color css
<style>
span { border-color: #357F25; }
span { border-color: rgb(53,127,37); }
td.TdClassName
{
border-color: #357F25;
}
.TagClassName
{
border-color: #357F25;
}
</style>