Shades of La Palma #4F922F
Tints of La Palma #4F922F
RGB
CMYK
RGB Variations
Color information
#4F922F (or 0x4F922F) is known color: La Palma. HEX triplet: 4F, 92 and 2F. RGB value is (79,146,47). Sum of RGB (Red+Green+Blue) = 79+146+47=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #4F922F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F922F is #B06DD0. Grayscale: #737373. Windows color (decimal): -11562449 or 3117647. OLE color: 3117647.
HSL color Cylindrical-coordinate representation of color #4F922F: hue angle of 100.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F922F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 47 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.43 |
| HSL | 100.61º | 0.51% | 0.38% | - |
| HSV(B) | 100.61º | 0.68% | 0.57% | - |
| XYZ | 14.02 | 22.43 | 6.28 | - |
| YUV | 114.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 47 | 0.46 | 0 | 0.68 | 0.43 | 100.61 | 0.51 | 0.38 |
| Hex | 4F | 92 | 2F | 2E | 0 | 44 | 2B | 65 | 33 | 26 |
| Octal | 117 | 222 | 57 | 56 | 0 | 104 | 53 | 145 | 63 | 46 |
| Binary | 1001111 | 10010010 | 101111 | 101110 | 0 | 1000100 | 101011 | 1100101 | 110011 | 100110 |
Color Harmonies of #4F922F
Complementary color
Monochromatic Colors of #4F922F
Black with #4F922F
Text Example
Text Example
White with #4F922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F922F; }
p { color: rgb(79,146,47); }
H1.HeaderClassName
{
color: #4F922F;
}
.AnyTagClassName
{
color: #4F922F;
}
</style>
background-color css
<style>
a { background-color: #4F922F; }
a { background-color: rgb(79,146,47); }
div.DivClassName
{
background-color: #4F922F;
}
.BgClassName
{
background-color: #4F922F;
}
</style>
border-color css
<style>
span { border-color: #4F922F; }
span { border-color: rgb(79,146,47); }
td.TdClassName
{
border-color: #4F922F;
}
.TagClassName
{
border-color: #4F922F;
}
</style>