Shades of La Palma #4C832D
Tints of La Palma #4C832D
RGB
CMYK
RGB Variations
Color information
#4C832D (or 0x4C832D) is known color: La Palma. HEX triplet: 4C, 83 and 2D. RGB value is (76,131,45). Sum of RGB (Red+Green+Blue) = 76+131+45=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #4C832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C832D is #B37CD2. Grayscale: #696969. Windows color (decimal): -11762899 or 2982732. OLE color: 2982732.
HSL color Cylindrical-coordinate representation of color #4C832D: hue angle of 98.37º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C832D is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 45 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.49 |
| HSL | 98.37º | 0.49% | 0.35% | - |
| HSV(B) | 98.37º | 0.66% | 0.51% | - |
| XYZ | 11.57 | 17.96 | 5.34 | - |
| YUV | 104.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 45 | 0.42 | 0 | 0.66 | 0.49 | 98.37 | 0.49 | 0.35 |
| Hex | 4C | 83 | 2D | 2A | 0 | 42 | 31 | 62 | 31 | 23 |
| Octal | 114 | 203 | 55 | 52 | 0 | 102 | 61 | 142 | 61 | 43 |
| Binary | 1001100 | 10000011 | 101101 | 101010 | 0 | 1000010 | 110001 | 1100010 | 110001 | 100011 |
Color Harmonies of #4C832D
Complementary color
Monochromatic Colors of #4C832D
Black with #4C832D
Text Example
Text Example
White with #4C832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C832D; }
p { color: rgb(76,131,45); }
H1.HeaderClassName
{
color: #4C832D;
}
.AnyTagClassName
{
color: #4C832D;
}
</style>
background-color css
<style>
a { background-color: #4C832D; }
a { background-color: rgb(76,131,45); }
div.DivClassName
{
background-color: #4C832D;
}
.BgClassName
{
background-color: #4C832D;
}
</style>
border-color css
<style>
span { border-color: #4C832D; }
span { border-color: rgb(76,131,45); }
td.TdClassName
{
border-color: #4C832D;
}
.TagClassName
{
border-color: #4C832D;
}
</style>