Shades of La Palma #4BA42D
Tints of La Palma #4BA42D
RGB
CMYK
RGB Variations
Color information
#4BA42D (or 0x4BA42D) is known color: La Palma. HEX triplet: 4B, A4 and 2D. RGB value is (75,164,45). Sum of RGB (Red+Green+Blue) = 75+164+45=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA42D is #B45BD2. Grayscale: #7C7C7C. Windows color (decimal): -11819987 or 2991179. OLE color: 2991179.
HSL color Cylindrical-coordinate representation of color #4BA42D: hue angle of 104.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BA42D is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 45 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.36 |
| HSL | 104.87º | 0.57% | 0.41% | - |
| HSV(B) | 104.87º | 0.73% | 0.64% | - |
| XYZ | 16.65 | 28.24 | 7.06 | - |
| YUV | 123.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 45 | 0.54 | 0 | 0.73 | 0.36 | 104.87 | 0.57 | 0.41 |
| Hex | 4B | A4 | 2D | 36 | 0 | 49 | 24 | 69 | 39 | 29 |
| Octal | 113 | 244 | 55 | 66 | 0 | 111 | 44 | 151 | 71 | 51 |
| Binary | 1001011 | 10100100 | 101101 | 110110 | 0 | 1001001 | 100100 | 1101001 | 111001 | 101001 |
Color Harmonies of #4BA42D
Complementary color
Monochromatic Colors of #4BA42D
Black with #4BA42D
Text Example
Text Example
White with #4BA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA42D; }
p { color: rgb(75,164,45); }
H1.HeaderClassName
{
color: #4BA42D;
}
.AnyTagClassName
{
color: #4BA42D;
}
</style>
background-color css
<style>
a { background-color: #4BA42D; }
a { background-color: rgb(75,164,45); }
div.DivClassName
{
background-color: #4BA42D;
}
.BgClassName
{
background-color: #4BA42D;
}
</style>
border-color css
<style>
span { border-color: #4BA42D; }
span { border-color: rgb(75,164,45); }
td.TdClassName
{
border-color: #4BA42D;
}
.TagClassName
{
border-color: #4BA42D;
}
</style>