Shades of La Palma #4BA42F
Tints of La Palma #4BA42F
RGB
CMYK
RGB Variations
Color information
#4BA42F (or 0x4BA42F) is known color: La Palma. HEX triplet: 4B, A4 and 2F. RGB value is (75,164,47). Sum of RGB (Red+Green+Blue) = 75+164+47=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA42F is #B45BD0. Grayscale: #7C7C7C. Windows color (decimal): -11819985 or 3122251. OLE color: 3122251.
HSL color Cylindrical-coordinate representation of color #4BA42F: hue angle of 105.64º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BA42F is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 47 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.36 |
| HSL | 105.64º | 0.55% | 0.41% | - |
| HSV(B) | 105.64º | 0.71% | 0.64% | - |
| XYZ | 16.69 | 28.25 | 7.26 | - |
| YUV | 124.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 47 | 0.54 | 0 | 0.71 | 0.36 | 105.64 | 0.55 | 0.41 |
| Hex | 4B | A4 | 2F | 36 | 0 | 47 | 24 | 6A | 37 | 29 |
| Octal | 113 | 244 | 57 | 66 | 0 | 107 | 44 | 152 | 67 | 51 |
| Binary | 1001011 | 10100100 | 101111 | 110110 | 0 | 1000111 | 100100 | 1101010 | 110111 | 101001 |
Color Harmonies of #4BA42F
Complementary color
Monochromatic Colors of #4BA42F
Black with #4BA42F
Text Example
Text Example
White with #4BA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA42F; }
p { color: rgb(75,164,47); }
H1.HeaderClassName
{
color: #4BA42F;
}
.AnyTagClassName
{
color: #4BA42F;
}
</style>
background-color css
<style>
a { background-color: #4BA42F; }
a { background-color: rgb(75,164,47); }
div.DivClassName
{
background-color: #4BA42F;
}
.BgClassName
{
background-color: #4BA42F;
}
</style>
border-color css
<style>
span { border-color: #4BA42F; }
span { border-color: rgb(75,164,47); }
td.TdClassName
{
border-color: #4BA42F;
}
.TagClassName
{
border-color: #4BA42F;
}
</style>