Shades of La Palma #4F913B
Tints of La Palma #4F913B
RGB
CMYK
RGB Variations
Color information
#4F913B (or 0x4F913B) is known color: La Palma. HEX triplet: 4F, 91 and 3B. RGB value is (79,145,59). Sum of RGB (Red+Green+Blue) = 79+145+59=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #4F913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F913B is #B06EC4. Grayscale: #737373. Windows color (decimal): -11562693 or 3903823. OLE color: 3903823.
HSL color Cylindrical-coordinate representation of color #4F913B: hue angle of 106.05º degrees, saturation: 0.42, 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 #4F913B is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 59 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.43 |
| HSL | 106.05º | 0.42% | 0.4% | - |
| HSV(B) | 106.05º | 0.59% | 0.57% | - |
| XYZ | 14.14 | 22.23 | 7.68 | - |
| YUV | 115.46 | 96.13 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 59 | 0.46 | 0 | 0.59 | 0.43 | 106.05 | 0.42 | 0.4 |
| Hex | 4F | 91 | 3B | 2E | 0 | 3B | 2B | 6A | 2A | 28 |
| Octal | 117 | 221 | 73 | 56 | 0 | 73 | 53 | 152 | 52 | 50 |
| Binary | 1001111 | 10010001 | 111011 | 101110 | 0 | 111011 | 101011 | 1101010 | 101010 | 101000 |
Color Harmonies of #4F913B
Complementary color
Monochromatic Colors of #4F913B
Black with #4F913B
Text Example
Text Example
White with #4F913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F913B; }
p { color: rgb(79,145,59); }
H1.HeaderClassName
{
color: #4F913B;
}
.AnyTagClassName
{
color: #4F913B;
}
</style>
background-color css
<style>
a { background-color: #4F913B; }
a { background-color: rgb(79,145,59); }
div.DivClassName
{
background-color: #4F913B;
}
.BgClassName
{
background-color: #4F913B;
}
</style>
border-color css
<style>
span { border-color: #4F913B; }
span { border-color: rgb(79,145,59); }
td.TdClassName
{
border-color: #4F913B;
}
.TagClassName
{
border-color: #4F913B;
}
</style>