Shades of Green Leaf #4A6925
Tints of Green Leaf #4A6925
RGB
CMYK
RGB Variations
Color information
#4A6925 (or 0x4A6925) is known color: Green Leaf. HEX triplet: 4A, 69 and 25. RGB value is (74,105,37). Sum of RGB (Red+Green+Blue) = 74+105+37=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6925 is #B596DA. Grayscale: #585858. Windows color (decimal): -11900635 or 2451786. OLE color: 2451786.
HSL color Cylindrical-coordinate representation of color #4A6925: hue angle of 87.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6925 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 37 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.59 |
| HSL | 87.35º | 0.48% | 0.28% | - |
| HSV(B) | 87.35º | 0.65% | 0.41% | - |
| XYZ | 8.21 | 11.69 | 3.57 | - |
| YUV | 87.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 37 | 0.30 | 0 | 0.65 | 0.59 | 87.35 | 0.48 | 0.28 |
| Hex | 4A | 69 | 25 | 1E | 0 | 41 | 3B | 57 | 30 | 1C |
| Octal | 112 | 151 | 45 | 36 | 0 | 101 | 73 | 127 | 60 | 34 |
| Binary | 1001010 | 1101001 | 100101 | 11110 | 0 | 1000001 | 111011 | 1010111 | 110000 | 11100 |
Color Harmonies of #4A6925
Complementary color
Monochromatic Colors of #4A6925
Black with #4A6925
Text Example
Text Example
White with #4A6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6925; }
p { color: rgb(74,105,37); }
H1.HeaderClassName
{
color: #4A6925;
}
.AnyTagClassName
{
color: #4A6925;
}
</style>
background-color css
<style>
a { background-color: #4A6925; }
a { background-color: rgb(74,105,37); }
div.DivClassName
{
background-color: #4A6925;
}
.BgClassName
{
background-color: #4A6925;
}
</style>
border-color css
<style>
span { border-color: #4A6925; }
span { border-color: rgb(74,105,37); }
td.TdClassName
{
border-color: #4A6925;
}
.TagClassName
{
border-color: #4A6925;
}
</style>