Shades of Green Leaf #4A7312
Tints of Green Leaf #4A7312
RGB
CMYK
RGB Variations
Color information
#4A7312 (or 0x4A7312) is known color: Green Leaf. HEX triplet: 4A, 73 and 12. RGB value is (74,115,18). Sum of RGB (Red+Green+Blue) = 74+115+18=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7312 is #B58CED. Grayscale: #5C5C5C. Windows color (decimal): -11898094 or 1209162. OLE color: 1209162.
HSL color Cylindrical-coordinate representation of color #4A7312: hue angle of 85.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A7312 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 18 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.55 |
| HSL | 85.36º | 0.73% | 0.26% | - |
| HSV(B) | 85.36º | 0.84% | 0.45% | - |
| XYZ | 9.06 | 13.76 | 2.75 | - |
| YUV | 91.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 18 | 0.36 | 0 | 0.84 | 0.55 | 85.36 | 0.73 | 0.26 |
| Hex | 4A | 73 | 12 | 24 | 0 | 54 | 37 | 55 | 49 | 1A |
| Octal | 112 | 163 | 22 | 44 | 0 | 124 | 67 | 125 | 111 | 32 |
| Binary | 1001010 | 1110011 | 10010 | 100100 | 0 | 1010100 | 110111 | 1010101 | 1001001 | 11010 |
Color Harmonies of #4A7312
Complementary color
Monochromatic Colors of #4A7312
Black with #4A7312
Text Example
Text Example
White with #4A7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7312; }
p { color: rgb(74,115,18); }
H1.HeaderClassName
{
color: #4A7312;
}
.AnyTagClassName
{
color: #4A7312;
}
</style>
background-color css
<style>
a { background-color: #4A7312; }
a { background-color: rgb(74,115,18); }
div.DivClassName
{
background-color: #4A7312;
}
.BgClassName
{
background-color: #4A7312;
}
</style>
border-color css
<style>
span { border-color: #4A7312; }
span { border-color: rgb(74,115,18); }
td.TdClassName
{
border-color: #4A7312;
}
.TagClassName
{
border-color: #4A7312;
}
</style>