Shades of La Palma #4DA334
Tints of La Palma #4DA334
RGB
CMYK
RGB Variations
Color information
#4DA334 (or 0x4DA334) is known color: La Palma. HEX triplet: 4D, A3 and 34. RGB value is (77,163,52). Sum of RGB (Red+Green+Blue) = 77+163+52=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA334 is #B25CCB. Grayscale: #7C7C7C. Windows color (decimal): -11689164 or 3449677. OLE color: 3449677.
HSL color Cylindrical-coordinate representation of color #4DA334: hue angle of 106.49º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DA334 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 52 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.36 |
| HSL | 106.49º | 0.52% | 0.42% | - |
| HSV(B) | 106.49º | 0.68% | 0.64% | - |
| XYZ | 16.78 | 28.02 | 7.77 | - |
| YUV | 124.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 52 | 0.53 | 0 | 0.68 | 0.36 | 106.49 | 0.52 | 0.42 |
| Hex | 4D | A3 | 34 | 35 | 0 | 44 | 24 | 6A | 34 | 2A |
| Octal | 115 | 243 | 64 | 65 | 0 | 104 | 44 | 152 | 64 | 52 |
| Binary | 1001101 | 10100011 | 110100 | 110101 | 0 | 1000100 | 100100 | 1101010 | 110100 | 101010 |
Color Harmonies of #4DA334
Complementary color
Monochromatic Colors of #4DA334
Black with #4DA334
Text Example
Text Example
White with #4DA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA334; }
p { color: rgb(77,163,52); }
H1.HeaderClassName
{
color: #4DA334;
}
.AnyTagClassName
{
color: #4DA334;
}
</style>
background-color css
<style>
a { background-color: #4DA334; }
a { background-color: rgb(77,163,52); }
div.DivClassName
{
background-color: #4DA334;
}
.BgClassName
{
background-color: #4DA334;
}
</style>
border-color css
<style>
span { border-color: #4DA334; }
span { border-color: rgb(77,163,52); }
td.TdClassName
{
border-color: #4DA334;
}
.TagClassName
{
border-color: #4DA334;
}
</style>