Shades of Green Leaf #4A750B
Tints of Green Leaf #4A750B
RGB
CMYK
RGB Variations
Color information
#4A750B (or 0x4A750B) is known color: Green Leaf. HEX triplet: 4A, 75 and 0B. RGB value is (74,117,11). Sum of RGB (Red+Green+Blue) = 74+117+11=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #4A750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A750B is #B58AF4. Grayscale: #5C5C5C. Windows color (decimal): -11897589 or 750922. OLE color: 750922.
HSL color Cylindrical-coordinate representation of color #4A750B: hue angle of 84.34º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A750B is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 11 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.54 |
| HSL | 84.34º | 0.83% | 0.25% | - |
| HSV(B) | 84.34º | 0.91% | 0.46% | - |
| XYZ | 9.25 | 14.2 | 2.57 | - |
| YUV | 92.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 11 | 0.37 | 0 | 0.91 | 0.54 | 84.34 | 0.83 | 0.25 |
| Hex | 4A | 75 | B | 25 | 0 | 5B | 36 | 54 | 53 | 19 |
| Octal | 112 | 165 | 13 | 45 | 0 | 133 | 66 | 124 | 123 | 31 |
| Binary | 1001010 | 1110101 | 1011 | 100101 | 0 | 1011011 | 110110 | 1010100 | 1010011 | 11001 |
Color Harmonies of #4A750B
Complementary color
Monochromatic Colors of #4A750B
Black with #4A750B
Text Example
Text Example
White with #4A750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A750B; }
p { color: rgb(74,117,11); }
H1.HeaderClassName
{
color: #4A750B;
}
.AnyTagClassName
{
color: #4A750B;
}
</style>
background-color css
<style>
a { background-color: #4A750B; }
a { background-color: rgb(74,117,11); }
div.DivClassName
{
background-color: #4A750B;
}
.BgClassName
{
background-color: #4A750B;
}
</style>
border-color css
<style>
span { border-color: #4A750B; }
span { border-color: rgb(74,117,11); }
td.TdClassName
{
border-color: #4A750B;
}
.TagClassName
{
border-color: #4A750B;
}
</style>