Shades of Green Leaf #4A6523
Tints of Green Leaf #4A6523
RGB
CMYK
RGB Variations
Color information
#4A6523 (or 0x4A6523) is known color: Green Leaf. HEX triplet: 4A, 65 and 23. RGB value is (74,101,35). Sum of RGB (Red+Green+Blue) = 74+101+35=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6523 is #B59ADC. Grayscale: #555555. Windows color (decimal): -11901661 or 2319690. OLE color: 2319690.
HSL color Cylindrical-coordinate representation of color #4A6523: hue angle of 84.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6523 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 35 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.60 |
| HSL | 84.55º | 0.49% | 0.27% | - |
| HSV(B) | 84.55º | 0.65% | 0.4% | - |
| XYZ | 7.78 | 10.88 | 3.28 | - |
| YUV | 85.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 35 | 0.27 | 0 | 0.65 | 0.60 | 84.55 | 0.49 | 0.27 |
| Hex | 4A | 65 | 23 | 1B | 0 | 41 | 3C | 55 | 31 | 1B |
| Octal | 112 | 145 | 43 | 33 | 0 | 101 | 74 | 125 | 61 | 33 |
| Binary | 1001010 | 1100101 | 100011 | 11011 | 0 | 1000001 | 111100 | 1010101 | 110001 | 11011 |
Color Harmonies of #4A6523
Complementary color
Monochromatic Colors of #4A6523
Black with #4A6523
Text Example
Text Example
White with #4A6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6523; }
p { color: rgb(74,101,35); }
H1.HeaderClassName
{
color: #4A6523;
}
.AnyTagClassName
{
color: #4A6523;
}
</style>
background-color css
<style>
a { background-color: #4A6523; }
a { background-color: rgb(74,101,35); }
div.DivClassName
{
background-color: #4A6523;
}
.BgClassName
{
background-color: #4A6523;
}
</style>
border-color css
<style>
span { border-color: #4A6523; }
span { border-color: rgb(74,101,35); }
td.TdClassName
{
border-color: #4A6523;
}
.TagClassName
{
border-color: #4A6523;
}
</style>