Shades of La Palma #4C8A34
Tints of La Palma #4C8A34
RGB
CMYK
RGB Variations
Color information
#4C8A34 (or 0x4C8A34) is known color: La Palma. HEX triplet: 4C, 8A and 34. RGB value is (76,138,52). Sum of RGB (Red+Green+Blue) = 76+138+52=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8A34 is #B375CB. Grayscale: #6D6D6D. Windows color (decimal): -11761100 or 3443276. OLE color: 3443276.
HSL color Cylindrical-coordinate representation of color #4C8A34: hue angle of 103.26º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C8A34 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 138 | 52 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.46 |
| HSL | 103.26º | 0.45% | 0.37% | - |
| HSV(B) | 103.26º | 0.62% | 0.54% | - |
| XYZ | 12.69 | 19.96 | 6.43 | - |
| YUV | 109.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 52 | 0.45 | 0 | 0.62 | 0.46 | 103.26 | 0.45 | 0.37 |
| Hex | 4C | 8A | 34 | 2D | 0 | 3E | 2E | 67 | 2D | 25 |
| Octal | 114 | 212 | 64 | 55 | 0 | 76 | 56 | 147 | 55 | 45 |
| Binary | 1001100 | 10001010 | 110100 | 101101 | 0 | 111110 | 101110 | 1100111 | 101101 | 100101 |
Color Harmonies of #4C8A34
Complementary color
Monochromatic Colors of #4C8A34
Black with #4C8A34
Text Example
Text Example
White with #4C8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8A34; }
p { color: rgb(76,138,52); }
H1.HeaderClassName
{
color: #4C8A34;
}
.AnyTagClassName
{
color: #4C8A34;
}
</style>
background-color css
<style>
a { background-color: #4C8A34; }
a { background-color: rgb(76,138,52); }
div.DivClassName
{
background-color: #4C8A34;
}
.BgClassName
{
background-color: #4C8A34;
}
</style>
border-color css
<style>
span { border-color: #4C8A34; }
span { border-color: rgb(76,138,52); }
td.TdClassName
{
border-color: #4C8A34;
}
.TagClassName
{
border-color: #4C8A34;
}
</style>