Shades of La Palma #4F913C
Tints of La Palma #4F913C
RGB
CMYK
RGB Variations
Color information
#4F913C (or 0x4F913C) is known color: La Palma. HEX triplet: 4F, 91 and 3C. RGB value is (79,145,60). Sum of RGB (Red+Green+Blue) = 79+145+60=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #4F913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F913C is #B06EC3. Grayscale: #737373. Windows color (decimal): -11562692 or 3969359. OLE color: 3969359.
HSL color Cylindrical-coordinate representation of color #4F913C: hue angle of 106.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F913C is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 60 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.43 |
| HSL | 106.59º | 0.41% | 0.4% | - |
| HSV(B) | 106.59º | 0.59% | 0.57% | - |
| XYZ | 14.17 | 22.24 | 7.82 | - |
| YUV | 115.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 60 | 0.46 | 0 | 0.59 | 0.43 | 106.59 | 0.41 | 0.4 |
| Hex | 4F | 91 | 3C | 2E | 0 | 3B | 2B | 6B | 29 | 28 |
| Octal | 117 | 221 | 74 | 56 | 0 | 73 | 53 | 153 | 51 | 50 |
| Binary | 1001111 | 10010001 | 111100 | 101110 | 0 | 111011 | 101011 | 1101011 | 101001 | 101000 |
Color Harmonies of #4F913C
Complementary color
Monochromatic Colors of #4F913C
Black with #4F913C
Text Example
Text Example
White with #4F913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F913C; }
p { color: rgb(79,145,60); }
H1.HeaderClassName
{
color: #4F913C;
}
.AnyTagClassName
{
color: #4F913C;
}
</style>
background-color css
<style>
a { background-color: #4F913C; }
a { background-color: rgb(79,145,60); }
div.DivClassName
{
background-color: #4F913C;
}
.BgClassName
{
background-color: #4F913C;
}
</style>
border-color css
<style>
span { border-color: #4F913C; }
span { border-color: rgb(79,145,60); }
td.TdClassName
{
border-color: #4F913C;
}
.TagClassName
{
border-color: #4F913C;
}
</style>