Shades of La Palma #4A832C
Tints of La Palma #4A832C
RGB
CMYK
RGB Variations
Color information
#4A832C (or 0x4A832C) is known color: La Palma. HEX triplet: 4A, 83 and 2C. RGB value is (74,131,44). Sum of RGB (Red+Green+Blue) = 74+131+44=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #4A832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A832C is #B57CD3. Grayscale: #686868. Windows color (decimal): -11893972 or 2917194. OLE color: 2917194.
HSL color Cylindrical-coordinate representation of color #4A832C: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A832C is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 44 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.49 |
| HSL | 99.31º | 0.5% | 0.34% | - |
| HSV(B) | 99.31º | 0.66% | 0.51% | - |
| XYZ | 11.39 | 17.87 | 5.23 | - |
| YUV | 104.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 44 | 0.44 | 0 | 0.66 | 0.49 | 99.31 | 0.5 | 0.34 |
| Hex | 4A | 83 | 2C | 2C | 0 | 42 | 31 | 63 | 32 | 22 |
| Octal | 112 | 203 | 54 | 54 | 0 | 102 | 61 | 143 | 62 | 42 |
| Binary | 1001010 | 10000011 | 101100 | 101100 | 0 | 1000010 | 110001 | 1100011 | 110010 | 100010 |
Color Harmonies of #4A832C
Complementary color
Monochromatic Colors of #4A832C
Black with #4A832C
Text Example
Text Example
White with #4A832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A832C; }
p { color: rgb(74,131,44); }
H1.HeaderClassName
{
color: #4A832C;
}
.AnyTagClassName
{
color: #4A832C;
}
</style>
background-color css
<style>
a { background-color: #4A832C; }
a { background-color: rgb(74,131,44); }
div.DivClassName
{
background-color: #4A832C;
}
.BgClassName
{
background-color: #4A832C;
}
</style>
border-color css
<style>
span { border-color: #4A832C; }
span { border-color: rgb(74,131,44); }
td.TdClassName
{
border-color: #4A832C;
}
.TagClassName
{
border-color: #4A832C;
}
</style>