Shades of La Palma #4FA332
Tints of La Palma #4FA332
RGB
CMYK
RGB Variations
Color information
#4FA332 (or 0x4FA332) is known color: La Palma. HEX triplet: 4F, A3 and 32. RGB value is (79,163,50). Sum of RGB (Red+Green+Blue) = 79+163+50=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA332 is #B05CCD. Grayscale: #7D7D7D. Windows color (decimal): -11558094 or 3318607. OLE color: 3318607.
HSL color Cylindrical-coordinate representation of color #4FA332: hue angle of 104.6º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FA332 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 50 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.36 |
| HSL | 104.6º | 0.53% | 0.42% | - |
| HSV(B) | 104.6º | 0.69% | 0.64% | - |
| XYZ | 16.9 | 28.09 | 7.55 | - |
| YUV | 125 | 85.67 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 50 | 0.52 | 0 | 0.69 | 0.36 | 104.6 | 0.53 | 0.42 |
| Hex | 4F | A3 | 32 | 34 | 0 | 45 | 24 | 69 | 35 | 2A |
| Octal | 117 | 243 | 62 | 64 | 0 | 105 | 44 | 151 | 65 | 52 |
| Binary | 1001111 | 10100011 | 110010 | 110100 | 0 | 1000101 | 100100 | 1101001 | 110101 | 101010 |
Color Harmonies of #4FA332
Complementary color
Monochromatic Colors of #4FA332
Black with #4FA332
Text Example
Text Example
White with #4FA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA332; }
p { color: rgb(79,163,50); }
H1.HeaderClassName
{
color: #4FA332;
}
.AnyTagClassName
{
color: #4FA332;
}
</style>
background-color css
<style>
a { background-color: #4FA332; }
a { background-color: rgb(79,163,50); }
div.DivClassName
{
background-color: #4FA332;
}
.BgClassName
{
background-color: #4FA332;
}
</style>
border-color css
<style>
span { border-color: #4FA332; }
span { border-color: rgb(79,163,50); }
td.TdClassName
{
border-color: #4FA332;
}
.TagClassName
{
border-color: #4FA332;
}
</style>