Shades of La Palma #4F902F
Tints of La Palma #4F902F
RGB
CMYK
RGB Variations
Color information
#4F902F (or 0x4F902F) is known color: La Palma. HEX triplet: 4F, 90 and 2F. RGB value is (79,144,47). Sum of RGB (Red+Green+Blue) = 79+144+47=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #4F902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F902F is #B06FD0. Grayscale: #717171. Windows color (decimal): -11562961 or 3117135. OLE color: 3117135.
HSL color Cylindrical-coordinate representation of color #4F902F: hue angle of 100.21º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F902F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 47 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.44 |
| HSL | 100.21º | 0.51% | 0.37% | - |
| HSV(B) | 100.21º | 0.67% | 0.56% | - |
| XYZ | 13.71 | 21.81 | 6.18 | - |
| YUV | 113.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 47 | 0.45 | 0 | 0.67 | 0.44 | 100.21 | 0.51 | 0.37 |
| Hex | 4F | 90 | 2F | 2D | 0 | 43 | 2C | 64 | 33 | 25 |
| Octal | 117 | 220 | 57 | 55 | 0 | 103 | 54 | 144 | 63 | 45 |
| Binary | 1001111 | 10010000 | 101111 | 101101 | 0 | 1000011 | 101100 | 1100100 | 110011 | 100101 |
Color Harmonies of #4F902F
Complementary color
Monochromatic Colors of #4F902F
Black with #4F902F
Text Example
Text Example
White with #4F902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F902F; }
p { color: rgb(79,144,47); }
H1.HeaderClassName
{
color: #4F902F;
}
.AnyTagClassName
{
color: #4F902F;
}
</style>
background-color css
<style>
a { background-color: #4F902F; }
a { background-color: rgb(79,144,47); }
div.DivClassName
{
background-color: #4F902F;
}
.BgClassName
{
background-color: #4F902F;
}
</style>
border-color css
<style>
span { border-color: #4F902F; }
span { border-color: rgb(79,144,47); }
td.TdClassName
{
border-color: #4F902F;
}
.TagClassName
{
border-color: #4F902F;
}
</style>