Shades of La Palma #4A831F
Tints of La Palma #4A831F
RGB
CMYK
RGB Variations
Color information
#4A831F (or 0x4A831F) is known color: La Palma. HEX triplet: 4A, 83 and 1F. RGB value is (74,131,31). Sum of RGB (Red+Green+Blue) = 74+131+31=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #4A831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A831F is #B57CE0. Grayscale: #666666. Windows color (decimal): -11893985 or 2065226. OLE color: 2065226.
HSL color Cylindrical-coordinate representation of color #4A831F: hue angle of 94.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A831F is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 31 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.49 |
| HSL | 94.2º | 0.62% | 0.32% | - |
| HSV(B) | 94.2º | 0.76% | 0.51% | - |
| XYZ | 11.19 | 17.79 | 4.14 | - |
| YUV | 102.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 31 | 0.44 | 0 | 0.76 | 0.49 | 94.2 | 0.62 | 0.32 |
| Hex | 4A | 83 | 1F | 2C | 0 | 4C | 31 | 5E | 3E | 20 |
| Octal | 112 | 203 | 37 | 54 | 0 | 114 | 61 | 136 | 76 | 40 |
| Binary | 1001010 | 10000011 | 11111 | 101100 | 0 | 1001100 | 110001 | 1011110 | 111110 | 100000 |
Color Harmonies of #4A831F
Complementary color
Monochromatic Colors of #4A831F
Black with #4A831F
Text Example
Text Example
White with #4A831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A831F; }
p { color: rgb(74,131,31); }
H1.HeaderClassName
{
color: #4A831F;
}
.AnyTagClassName
{
color: #4A831F;
}
</style>
background-color css
<style>
a { background-color: #4A831F; }
a { background-color: rgb(74,131,31); }
div.DivClassName
{
background-color: #4A831F;
}
.BgClassName
{
background-color: #4A831F;
}
</style>
border-color css
<style>
span { border-color: #4A831F; }
span { border-color: rgb(74,131,31); }
td.TdClassName
{
border-color: #4A831F;
}
.TagClassName
{
border-color: #4A831F;
}
</style>