Shades of Green Leaf #497625
Tints of Green Leaf #497625
RGB
CMYK
RGB Variations
Color information
#497625 (or 0x497625) is known color: Green Leaf. HEX triplet: 49, 76 and 25. RGB value is (73,118,37). Sum of RGB (Red+Green+Blue) = 73+118+37=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #497625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497625 is #B689DA. Grayscale: #5F5F5F. Windows color (decimal): -11962843 or 2455113. OLE color: 2455113.
HSL color Cylindrical-coordinate representation of color #497625: hue angle of 93.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497625 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 37 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.54 |
| HSL | 93.33º | 0.52% | 0.3% | - |
| HSV(B) | 93.33º | 0.69% | 0.46% | - |
| XYZ | 9.56 | 14.51 | 4.05 | - |
| YUV | 95.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 37 | 0.38 | 0 | 0.69 | 0.54 | 93.33 | 0.52 | 0.3 |
| Hex | 49 | 76 | 25 | 26 | 0 | 45 | 36 | 5D | 34 | 1E |
| Octal | 111 | 166 | 45 | 46 | 0 | 105 | 66 | 135 | 64 | 36 |
| Binary | 1001001 | 1110110 | 100101 | 100110 | 0 | 1000101 | 110110 | 1011101 | 110100 | 11110 |
Color Harmonies of #497625
Complementary color
Monochromatic Colors of #497625
Black with #497625
Text Example
Text Example
White with #497625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497625; }
p { color: rgb(73,118,37); }
H1.HeaderClassName
{
color: #497625;
}
.AnyTagClassName
{
color: #497625;
}
</style>
background-color css
<style>
a { background-color: #497625; }
a { background-color: rgb(73,118,37); }
div.DivClassName
{
background-color: #497625;
}
.BgClassName
{
background-color: #497625;
}
</style>
border-color css
<style>
span { border-color: #497625; }
span { border-color: rgb(73,118,37); }
td.TdClassName
{
border-color: #497625;
}
.TagClassName
{
border-color: #497625;
}
</style>