Shades of La Palma #4C9F34
Tints of La Palma #4C9F34
RGB
CMYK
RGB Variations
Color information
#4C9F34 (or 0x4C9F34) is known color: La Palma. HEX triplet: 4C, 9F and 34. RGB value is (76,159,52). Sum of RGB (Red+Green+Blue) = 76+159+52=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9F34 is #B360CB. Grayscale: #7A7A7A. Windows color (decimal): -11755724 or 3448652. OLE color: 3448652.
HSL color Cylindrical-coordinate representation of color #4C9F34: hue angle of 106.54º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C9F34 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 159 | 52 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.38 |
| HSL | 106.54º | 0.51% | 0.41% | - |
| HSV(B) | 106.54º | 0.67% | 0.62% | - |
| XYZ | 16 | 26.58 | 7.54 | - |
| YUV | 121.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 52 | 0.52 | 0 | 0.67 | 0.38 | 106.54 | 0.51 | 0.41 |
| Hex | 4C | 9F | 34 | 34 | 0 | 43 | 26 | 6B | 33 | 29 |
| Octal | 114 | 237 | 64 | 64 | 0 | 103 | 46 | 153 | 63 | 51 |
| Binary | 1001100 | 10011111 | 110100 | 110100 | 0 | 1000011 | 100110 | 1101011 | 110011 | 101001 |
Color Harmonies of #4C9F34
Complementary color
Monochromatic Colors of #4C9F34
Black with #4C9F34
Text Example
Text Example
White with #4C9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9F34; }
p { color: rgb(76,159,52); }
H1.HeaderClassName
{
color: #4C9F34;
}
.AnyTagClassName
{
color: #4C9F34;
}
</style>
background-color css
<style>
a { background-color: #4C9F34; }
a { background-color: rgb(76,159,52); }
div.DivClassName
{
background-color: #4C9F34;
}
.BgClassName
{
background-color: #4C9F34;
}
</style>
border-color css
<style>
span { border-color: #4C9F34; }
span { border-color: rgb(76,159,52); }
td.TdClassName
{
border-color: #4C9F34;
}
.TagClassName
{
border-color: #4C9F34;
}
</style>