Shades of La Palma #4DA32B
Tints of La Palma #4DA32B
RGB
CMYK
RGB Variations
Color information
#4DA32B (or 0x4DA32B) is known color: La Palma. HEX triplet: 4D, A3 and 2B. RGB value is (77,163,43). Sum of RGB (Red+Green+Blue) = 77+163+43=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA32B is #B25CD4. Grayscale: #7C7C7C. Windows color (decimal): -11689173 or 2859853. OLE color: 2859853.
HSL color Cylindrical-coordinate representation of color #4DA32B: hue angle of 103º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DA32B is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 43 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.36 |
| HSL | 103º | 0.58% | 0.4% | - |
| HSV(B) | 103º | 0.74% | 0.64% | - |
| XYZ | 16.59 | 27.95 | 6.81 | - |
| YUV | 123.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 43 | 0.53 | 0 | 0.74 | 0.36 | 103 | 0.58 | 0.4 |
| Hex | 4D | A3 | 2B | 35 | 0 | 4A | 24 | 67 | 3A | 28 |
| Octal | 115 | 243 | 53 | 65 | 0 | 112 | 44 | 147 | 72 | 50 |
| Binary | 1001101 | 10100011 | 101011 | 110101 | 0 | 1001010 | 100100 | 1100111 | 111010 | 101000 |
Color Harmonies of #4DA32B
Complementary color
Monochromatic Colors of #4DA32B
Black with #4DA32B
Text Example
Text Example
White with #4DA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA32B; }
p { color: rgb(77,163,43); }
H1.HeaderClassName
{
color: #4DA32B;
}
.AnyTagClassName
{
color: #4DA32B;
}
</style>
background-color css
<style>
a { background-color: #4DA32B; }
a { background-color: rgb(77,163,43); }
div.DivClassName
{
background-color: #4DA32B;
}
.BgClassName
{
background-color: #4DA32B;
}
</style>
border-color css
<style>
span { border-color: #4DA32B; }
span { border-color: rgb(77,163,43); }
td.TdClassName
{
border-color: #4DA32B;
}
.TagClassName
{
border-color: #4DA32B;
}
</style>