Shades of La Palma #4A8634
Tints of La Palma #4A8634
RGB
CMYK
RGB Variations
Color information
#4A8634 (or 0x4A8634) is known color: La Palma. HEX triplet: 4A, 86 and 34. RGB value is (74,134,52). Sum of RGB (Red+Green+Blue) = 74+134+52=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8634 is #B579CB. Grayscale: #6A6A6A. Windows color (decimal): -11893196 or 3442250. OLE color: 3442250.
HSL color Cylindrical-coordinate representation of color #4A8634: hue angle of 103.9º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8634 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 52 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.47 |
| HSL | 103.9º | 0.44% | 0.36% | - |
| HSV(B) | 103.9º | 0.61% | 0.53% | - |
| XYZ | 11.97 | 18.75 | 6.24 | - |
| YUV | 106.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 52 | 0.45 | 0 | 0.61 | 0.47 | 103.9 | 0.44 | 0.36 |
| Hex | 4A | 86 | 34 | 2D | 0 | 3D | 2F | 68 | 2C | 24 |
| Octal | 112 | 206 | 64 | 55 | 0 | 75 | 57 | 150 | 54 | 44 |
| Binary | 1001010 | 10000110 | 110100 | 101101 | 0 | 111101 | 101111 | 1101000 | 101100 | 100100 |
Color Harmonies of #4A8634
Complementary color
Monochromatic Colors of #4A8634
Black with #4A8634
Text Example
Text Example
White with #4A8634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8634; }
p { color: rgb(74,134,52); }
H1.HeaderClassName
{
color: #4A8634;
}
.AnyTagClassName
{
color: #4A8634;
}
</style>
background-color css
<style>
a { background-color: #4A8634; }
a { background-color: rgb(74,134,52); }
div.DivClassName
{
background-color: #4A8634;
}
.BgClassName
{
background-color: #4A8634;
}
</style>
border-color css
<style>
span { border-color: #4A8634; }
span { border-color: rgb(74,134,52); }
td.TdClassName
{
border-color: #4A8634;
}
.TagClassName
{
border-color: #4A8634;
}
</style>