Shades of La Palma #4A872F
Tints of La Palma #4A872F
RGB
CMYK
RGB Variations
Color information
#4A872F (or 0x4A872F) is known color: La Palma. HEX triplet: 4A, 87 and 2F. RGB value is (74,135,47). Sum of RGB (Red+Green+Blue) = 74+135+47=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #4A872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A872F is #B578D0. Grayscale: #6B6B6B. Windows color (decimal): -11892945 or 3114826. OLE color: 3114826.
HSL color Cylindrical-coordinate representation of color #4A872F: hue angle of 101.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A872F is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 47 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.47 |
| HSL | 101.59º | 0.48% | 0.36% | - |
| HSV(B) | 101.59º | 0.65% | 0.53% | - |
| XYZ | 12 | 18.99 | 5.72 | - |
| YUV | 106.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 47 | 0.45 | 0 | 0.65 | 0.47 | 101.59 | 0.48 | 0.36 |
| Hex | 4A | 87 | 2F | 2D | 0 | 41 | 2F | 66 | 30 | 24 |
| Octal | 112 | 207 | 57 | 55 | 0 | 101 | 57 | 146 | 60 | 44 |
| Binary | 1001010 | 10000111 | 101111 | 101101 | 0 | 1000001 | 101111 | 1100110 | 110000 | 100100 |
Color Harmonies of #4A872F
Complementary color
Monochromatic Colors of #4A872F
Black with #4A872F
Text Example
Text Example
White with #4A872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A872F; }
p { color: rgb(74,135,47); }
H1.HeaderClassName
{
color: #4A872F;
}
.AnyTagClassName
{
color: #4A872F;
}
</style>
background-color css
<style>
a { background-color: #4A872F; }
a { background-color: rgb(74,135,47); }
div.DivClassName
{
background-color: #4A872F;
}
.BgClassName
{
background-color: #4A872F;
}
</style>
border-color css
<style>
span { border-color: #4A872F; }
span { border-color: rgb(74,135,47); }
td.TdClassName
{
border-color: #4A872F;
}
.TagClassName
{
border-color: #4A872F;
}
</style>