Shades of Green Leaf #4A7C01
Tints of Green Leaf #4A7C01
RGB
CMYK
RGB Variations
Color information
#4A7C01 (or 0x4A7C01) is known color: Green Leaf. HEX triplet: 4A, 7C and 01. RGB value is (74,124,1). Sum of RGB (Red+Green+Blue) = 74+124+1=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7C01 is #B583FE. Grayscale: #5F5F5F. Windows color (decimal): -11895807 or 97354. OLE color: 97354.
HSL color Cylindrical-coordinate representation of color #4A7C01: hue angle of 84.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A7C01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.51 |
| HSL | 84.39º | 0.98% | 0.25% | - |
| HSV(B) | 84.39º | 0.99% | 0.49% | - |
| XYZ | 10.04 | 15.87 | 2.56 | - |
| YUV | 95.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 1 | 0.40 | 0 | 0.99 | 0.51 | 84.39 | 0.98 | 0.25 |
| Hex | 4A | 7C | 1 | 28 | 0 | 63 | 33 | 54 | 62 | 19 |
| Octal | 112 | 174 | 1 | 50 | 0 | 143 | 63 | 124 | 142 | 31 |
| Binary | 1001010 | 1111100 | 1 | 101000 | 0 | 1100011 | 110011 | 1010100 | 1100010 | 11001 |
Color Harmonies of #4A7C01
Complementary color
Monochromatic Colors of #4A7C01
Black with #4A7C01
Text Example
Text Example
White with #4A7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C01; }
p { color: rgb(74,124,1); }
H1.HeaderClassName
{
color: #4A7C01;
}
.AnyTagClassName
{
color: #4A7C01;
}
</style>
background-color css
<style>
a { background-color: #4A7C01; }
a { background-color: rgb(74,124,1); }
div.DivClassName
{
background-color: #4A7C01;
}
.BgClassName
{
background-color: #4A7C01;
}
</style>
border-color css
<style>
span { border-color: #4A7C01; }
span { border-color: rgb(74,124,1); }
td.TdClassName
{
border-color: #4A7C01;
}
.TagClassName
{
border-color: #4A7C01;
}
</style>