Shades of La Palma #4F9025
Tints of La Palma #4F9025
RGB
CMYK
RGB Variations
Color information
#4F9025 (or 0x4F9025) is known color: La Palma. HEX triplet: 4F, 90 and 25. RGB value is (79,144,37). Sum of RGB (Red+Green+Blue) = 79+144+37=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9025 is #B06FDA. Grayscale: #707070. Windows color (decimal): -11562971 or 2461775. OLE color: 2461775.
HSL color Cylindrical-coordinate representation of color #4F9025: hue angle of 96.45º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F9025 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 37 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.44 |
| HSL | 96.45º | 0.59% | 0.35% | - |
| HSV(B) | 96.45º | 0.74% | 0.56% | - |
| XYZ | 13.53 | 21.74 | 5.23 | - |
| YUV | 112.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 37 | 0.45 | 0 | 0.74 | 0.44 | 96.45 | 0.59 | 0.35 |
| Hex | 4F | 90 | 25 | 2D | 0 | 4A | 2C | 60 | 3B | 23 |
| Octal | 117 | 220 | 45 | 55 | 0 | 112 | 54 | 140 | 73 | 43 |
| Binary | 1001111 | 10010000 | 100101 | 101101 | 0 | 1001010 | 101100 | 1100000 | 111011 | 100011 |
Color Harmonies of #4F9025
Complementary color
Monochromatic Colors of #4F9025
Black with #4F9025
Text Example
Text Example
White with #4F9025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9025; }
p { color: rgb(79,144,37); }
H1.HeaderClassName
{
color: #4F9025;
}
.AnyTagClassName
{
color: #4F9025;
}
</style>
background-color css
<style>
a { background-color: #4F9025; }
a { background-color: rgb(79,144,37); }
div.DivClassName
{
background-color: #4F9025;
}
.BgClassName
{
background-color: #4F9025;
}
</style>
border-color css
<style>
span { border-color: #4F9025; }
span { border-color: rgb(79,144,37); }
td.TdClassName
{
border-color: #4F9025;
}
.TagClassName
{
border-color: #4F9025;
}
</style>