Shades of Green Leaf #4A781B
Tints of Green Leaf #4A781B
RGB
CMYK
RGB Variations
Color information
#4A781B (or 0x4A781B) is known color: Green Leaf. HEX triplet: 4A, 78 and 1B. RGB value is (74,120,27). Sum of RGB (Red+Green+Blue) = 74+120+27=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #4A781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A781B is #B587E4. Grayscale: #5F5F5F. Windows color (decimal): -11896805 or 1800266. OLE color: 1800266.
HSL color Cylindrical-coordinate representation of color #4A781B: hue angle of 89.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A781B is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 27 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.53 |
| HSL | 89.68º | 0.63% | 0.29% | - |
| HSV(B) | 89.68º | 0.78% | 0.47% | - |
| XYZ | 9.74 | 14.97 | 3.41 | - |
| YUV | 95.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 27 | 0.38 | 0 | 0.78 | 0.53 | 89.68 | 0.63 | 0.29 |
| Hex | 4A | 78 | 1B | 26 | 0 | 4E | 35 | 5A | 3F | 1D |
| Octal | 112 | 170 | 33 | 46 | 0 | 116 | 65 | 132 | 77 | 35 |
| Binary | 1001010 | 1111000 | 11011 | 100110 | 0 | 1001110 | 110101 | 1011010 | 111111 | 11101 |
Color Harmonies of #4A781B
Complementary color
Monochromatic Colors of #4A781B
Black with #4A781B
Text Example
Text Example
White with #4A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A781B; }
p { color: rgb(74,120,27); }
H1.HeaderClassName
{
color: #4A781B;
}
.AnyTagClassName
{
color: #4A781B;
}
</style>
background-color css
<style>
a { background-color: #4A781B; }
a { background-color: rgb(74,120,27); }
div.DivClassName
{
background-color: #4A781B;
}
.BgClassName
{
background-color: #4A781B;
}
</style>
border-color css
<style>
span { border-color: #4A781B; }
span { border-color: rgb(74,120,27); }
td.TdClassName
{
border-color: #4A781B;
}
.TagClassName
{
border-color: #4A781B;
}
</style>