Shades of La Palma #4CA22B
Tints of La Palma #4CA22B
RGB
CMYK
RGB Variations
Color information
#4CA22B (or 0x4CA22B) is known color: La Palma. HEX triplet: 4C, A2 and 2B. RGB value is (76,162,43). Sum of RGB (Red+Green+Blue) = 76+162+43=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA22B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA22B is #B35DD4. Grayscale: #7B7B7B. Windows color (decimal): -11754965 or 2859596. OLE color: 2859596.
HSL color Cylindrical-coordinate representation of color #4CA22B: hue angle of 103.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CA22B is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 43 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.36 |
| HSL | 103.36º | 0.58% | 0.4% | - |
| HSV(B) | 103.36º | 0.73% | 0.64% | - |
| XYZ | 16.34 | 27.55 | 6.74 | - |
| YUV | 122.72 | 83.01 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 43 | 0.53 | 0 | 0.73 | 0.36 | 103.36 | 0.58 | 0.4 |
| Hex | 4C | A2 | 2B | 35 | 0 | 49 | 24 | 67 | 3A | 28 |
| Octal | 114 | 242 | 53 | 65 | 0 | 111 | 44 | 147 | 72 | 50 |
| Binary | 1001100 | 10100010 | 101011 | 110101 | 0 | 1001001 | 100100 | 1100111 | 111010 | 101000 |
Color Harmonies of #4CA22B
Complementary color
Monochromatic Colors of #4CA22B
Black with #4CA22B
Text Example
Text Example
White with #4CA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA22B; }
p { color: rgb(76,162,43); }
H1.HeaderClassName
{
color: #4CA22B;
}
.AnyTagClassName
{
color: #4CA22B;
}
</style>
background-color css
<style>
a { background-color: #4CA22B; }
a { background-color: rgb(76,162,43); }
div.DivClassName
{
background-color: #4CA22B;
}
.BgClassName
{
background-color: #4CA22B;
}
</style>
border-color css
<style>
span { border-color: #4CA22B; }
span { border-color: rgb(76,162,43); }
td.TdClassName
{
border-color: #4CA22B;
}
.TagClassName
{
border-color: #4CA22B;
}
</style>