Shades of La Palma #4BA32D
Tints of La Palma #4BA32D
RGB
CMYK
RGB Variations
Color information
#4BA32D (or 0x4BA32D) is known color: La Palma. HEX triplet: 4B, A3 and 2D. RGB value is (75,163,45). Sum of RGB (Red+Green+Blue) = 75+163+45=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA32D is #B45CD2. Grayscale: #7B7B7B. Windows color (decimal): -11820243 or 2990923. OLE color: 2990923.
HSL color Cylindrical-coordinate representation of color #4BA32D: hue angle of 104.75º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BA32D is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 45 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.36 |
| HSL | 104.75º | 0.57% | 0.41% | - |
| HSV(B) | 104.75º | 0.72% | 0.64% | - |
| XYZ | 16.47 | 27.88 | 7 | - |
| YUV | 123.24 | 83.85 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 45 | 0.54 | 0 | 0.72 | 0.36 | 104.75 | 0.57 | 0.41 |
| Hex | 4B | A3 | 2D | 36 | 0 | 48 | 24 | 69 | 39 | 29 |
| Octal | 113 | 243 | 55 | 66 | 0 | 110 | 44 | 151 | 71 | 51 |
| Binary | 1001011 | 10100011 | 101101 | 110110 | 0 | 1001000 | 100100 | 1101001 | 111001 | 101001 |
Color Harmonies of #4BA32D
Complementary color
Monochromatic Colors of #4BA32D
Black with #4BA32D
Text Example
Text Example
White with #4BA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA32D; }
p { color: rgb(75,163,45); }
H1.HeaderClassName
{
color: #4BA32D;
}
.AnyTagClassName
{
color: #4BA32D;
}
</style>
background-color css
<style>
a { background-color: #4BA32D; }
a { background-color: rgb(75,163,45); }
div.DivClassName
{
background-color: #4BA32D;
}
.BgClassName
{
background-color: #4BA32D;
}
</style>
border-color css
<style>
span { border-color: #4BA32D; }
span { border-color: rgb(75,163,45); }
td.TdClassName
{
border-color: #4BA32D;
}
.TagClassName
{
border-color: #4BA32D;
}
</style>