Shades of La Palma #4A9C25
Tints of La Palma #4A9C25
RGB
CMYK
RGB Variations
Color information
#4A9C25 (or 0x4A9C25) is known color: La Palma. HEX triplet: 4A, 9C and 25. RGB value is (74,156,37). Sum of RGB (Red+Green+Blue) = 74+156+37=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9C25 is #B563DA. Grayscale: #767676. Windows color (decimal): -11887579 or 2464842. OLE color: 2464842.
HSL color Cylindrical-coordinate representation of color #4A9C25: hue angle of 101.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A9C25 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 156 | 37 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.39 |
| HSL | 101.34º | 0.62% | 0.38% | - |
| HSV(B) | 101.34º | 0.76% | 0.61% | - |
| XYZ | 15.05 | 25.37 | 5.85 | - |
| YUV | 117.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 37 | 0.53 | 0 | 0.76 | 0.39 | 101.34 | 0.62 | 0.38 |
| Hex | 4A | 9C | 25 | 35 | 0 | 4C | 27 | 65 | 3E | 26 |
| Octal | 112 | 234 | 45 | 65 | 0 | 114 | 47 | 145 | 76 | 46 |
| Binary | 1001010 | 10011100 | 100101 | 110101 | 0 | 1001100 | 100111 | 1100101 | 111110 | 100110 |
Color Harmonies of #4A9C25
Complementary color
Monochromatic Colors of #4A9C25
Black with #4A9C25
Text Example
Text Example
White with #4A9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9C25; }
p { color: rgb(74,156,37); }
H1.HeaderClassName
{
color: #4A9C25;
}
.AnyTagClassName
{
color: #4A9C25;
}
</style>
background-color css
<style>
a { background-color: #4A9C25; }
a { background-color: rgb(74,156,37); }
div.DivClassName
{
background-color: #4A9C25;
}
.BgClassName
{
background-color: #4A9C25;
}
</style>
border-color css
<style>
span { border-color: #4A9C25; }
span { border-color: rgb(74,156,37); }
td.TdClassName
{
border-color: #4A9C25;
}
.TagClassName
{
border-color: #4A9C25;
}
</style>