Shades of Green Leaf #4A641F
Tints of Green Leaf #4A641F
RGB
CMYK
RGB Variations
Color information
#4A641F (or 0x4A641F) is known color: Green Leaf. HEX triplet: 4A, 64 and 1F. RGB value is (74,100,31). Sum of RGB (Red+Green+Blue) = 74+100+31=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #4A641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A641F is #B59BE0. Grayscale: #545454. Windows color (decimal): -11901921 or 2057290. OLE color: 2057290.
HSL color Cylindrical-coordinate representation of color #4A641F: hue angle of 82.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A641F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 31 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.61 |
| HSL | 82.61º | 0.53% | 0.26% | - |
| HSV(B) | 82.61º | 0.69% | 0.39% | - |
| XYZ | 7.63 | 10.67 | 2.95 | - |
| YUV | 84.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 31 | 0.26 | 0 | 0.69 | 0.61 | 82.61 | 0.53 | 0.26 |
| Hex | 4A | 64 | 1F | 1A | 0 | 45 | 3D | 53 | 35 | 1A |
| Octal | 112 | 144 | 37 | 32 | 0 | 105 | 75 | 123 | 65 | 32 |
| Binary | 1001010 | 1100100 | 11111 | 11010 | 0 | 1000101 | 111101 | 1010011 | 110101 | 11010 |
Color Harmonies of #4A641F
Complementary color
Monochromatic Colors of #4A641F
Black with #4A641F
Text Example
Text Example
White with #4A641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A641F; }
p { color: rgb(74,100,31); }
H1.HeaderClassName
{
color: #4A641F;
}
.AnyTagClassName
{
color: #4A641F;
}
</style>
background-color css
<style>
a { background-color: #4A641F; }
a { background-color: rgb(74,100,31); }
div.DivClassName
{
background-color: #4A641F;
}
.BgClassName
{
background-color: #4A641F;
}
</style>
border-color css
<style>
span { border-color: #4A641F; }
span { border-color: rgb(74,100,31); }
td.TdClassName
{
border-color: #4A641F;
}
.TagClassName
{
border-color: #4A641F;
}
</style>