Shades of La Palma #4DA32D
Tints of La Palma #4DA32D
RGB
CMYK
RGB Variations
Color information
#4DA32D (or 0x4DA32D) is known color: La Palma. HEX triplet: 4D, A3 and 2D. RGB value is (77,163,45). Sum of RGB (Red+Green+Blue) = 77+163+45=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA32D is #B25CD2. Grayscale: #7C7C7C. Windows color (decimal): -11689171 or 2990925. OLE color: 2990925.
HSL color Cylindrical-coordinate representation of color #4DA32D: hue angle of 103.73º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DA32D is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 45 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.36 |
| HSL | 103.73º | 0.57% | 0.41% | - |
| HSV(B) | 103.73º | 0.72% | 0.64% | - |
| XYZ | 16.63 | 27.96 | 7 | - |
| YUV | 123.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 45 | 0.53 | 0 | 0.72 | 0.36 | 103.73 | 0.57 | 0.41 |
| Hex | 4D | A3 | 2D | 35 | 0 | 48 | 24 | 68 | 39 | 29 |
| Octal | 115 | 243 | 55 | 65 | 0 | 110 | 44 | 150 | 71 | 51 |
| Binary | 1001101 | 10100011 | 101101 | 110101 | 0 | 1001000 | 100100 | 1101000 | 111001 | 101001 |
Color Harmonies of #4DA32D
Complementary color
Monochromatic Colors of #4DA32D
Black with #4DA32D
Text Example
Text Example
White with #4DA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA32D; }
p { color: rgb(77,163,45); }
H1.HeaderClassName
{
color: #4DA32D;
}
.AnyTagClassName
{
color: #4DA32D;
}
</style>
background-color css
<style>
a { background-color: #4DA32D; }
a { background-color: rgb(77,163,45); }
div.DivClassName
{
background-color: #4DA32D;
}
.BgClassName
{
background-color: #4DA32D;
}
</style>
border-color css
<style>
span { border-color: #4DA32D; }
span { border-color: rgb(77,163,45); }
td.TdClassName
{
border-color: #4DA32D;
}
.TagClassName
{
border-color: #4DA32D;
}
</style>