Shades of Green Leaf #4A7625
Tints of Green Leaf #4A7625
RGB
CMYK
RGB Variations
Color information
#4A7625 (or 0x4A7625) is known color: Green Leaf. HEX triplet: 4A, 76 and 25. RGB value is (74,118,37). Sum of RGB (Red+Green+Blue) = 74+118+37=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7625 is #B589DA. Grayscale: #5F5F5F. Windows color (decimal): -11897307 or 2455114. OLE color: 2455114.
HSL color Cylindrical-coordinate representation of color #4A7625: hue angle of 92.59º 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 #4A7625 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 37 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.54 |
| HSL | 92.59º | 0.52% | 0.3% | - |
| HSV(B) | 92.59º | 0.69% | 0.46% | - |
| XYZ | 9.64 | 14.55 | 4.05 | - |
| YUV | 95.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 37 | 0.37 | 0 | 0.69 | 0.54 | 92.59 | 0.52 | 0.3 |
| Hex | 4A | 76 | 25 | 25 | 0 | 45 | 36 | 5D | 34 | 1E |
| Octal | 112 | 166 | 45 | 45 | 0 | 105 | 66 | 135 | 64 | 36 |
| Binary | 1001010 | 1110110 | 100101 | 100101 | 0 | 1000101 | 110110 | 1011101 | 110100 | 11110 |
Color Harmonies of #4A7625
Complementary color
Monochromatic Colors of #4A7625
Black with #4A7625
Text Example
Text Example
White with #4A7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7625; }
p { color: rgb(74,118,37); }
H1.HeaderClassName
{
color: #4A7625;
}
.AnyTagClassName
{
color: #4A7625;
}
</style>
background-color css
<style>
a { background-color: #4A7625; }
a { background-color: rgb(74,118,37); }
div.DivClassName
{
background-color: #4A7625;
}
.BgClassName
{
background-color: #4A7625;
}
</style>
border-color css
<style>
span { border-color: #4A7625; }
span { border-color: rgb(74,118,37); }
td.TdClassName
{
border-color: #4A7625;
}
.TagClassName
{
border-color: #4A7625;
}
</style>