Shades of La Palma #4A9C1D
Tints of La Palma #4A9C1D
RGB
CMYK
RGB Variations
Color information
#4A9C1D (or 0x4A9C1D) is known color: La Palma. HEX triplet: 4A, 9C and 1D. RGB value is (74,156,29). Sum of RGB (Red+Green+Blue) = 74+156+29=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9C1D is #B563E2. Grayscale: #757575. Windows color (decimal): -11887587 or 1940554. OLE color: 1940554.
HSL color Cylindrical-coordinate representation of color #4A9C1D: hue angle of 98.74º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A9C1D is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 156 | 29 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.39 |
| HSL | 98.74º | 0.69% | 0.36% | - |
| HSV(B) | 98.74º | 0.81% | 0.61% | - |
| XYZ | 14.93 | 25.32 | 5.26 | - |
| YUV | 117 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 29 | 0.53 | 0 | 0.81 | 0.39 | 98.74 | 0.69 | 0.36 |
| Hex | 4A | 9C | 1D | 35 | 0 | 51 | 27 | 63 | 45 | 24 |
| Octal | 112 | 234 | 35 | 65 | 0 | 121 | 47 | 143 | 105 | 44 |
| Binary | 1001010 | 10011100 | 11101 | 110101 | 0 | 1010001 | 100111 | 1100011 | 1000101 | 100100 |
Color Harmonies of #4A9C1D
Complementary color
Monochromatic Colors of #4A9C1D
Black with #4A9C1D
Text Example
Text Example
White with #4A9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9C1D; }
p { color: rgb(74,156,29); }
H1.HeaderClassName
{
color: #4A9C1D;
}
.AnyTagClassName
{
color: #4A9C1D;
}
</style>
background-color css
<style>
a { background-color: #4A9C1D; }
a { background-color: rgb(74,156,29); }
div.DivClassName
{
background-color: #4A9C1D;
}
.BgClassName
{
background-color: #4A9C1D;
}
</style>
border-color css
<style>
span { border-color: #4A9C1D; }
span { border-color: rgb(74,156,29); }
td.TdClassName
{
border-color: #4A9C1D;
}
.TagClassName
{
border-color: #4A9C1D;
}
</style>