Shades of La Palma #4A8B34
Tints of La Palma #4A8B34
RGB
CMYK
RGB Variations
Color information
#4A8B34 (or 0x4A8B34) is known color: La Palma. HEX triplet: 4A, 8B and 34. RGB value is (74,139,52). Sum of RGB (Red+Green+Blue) = 74+139+52=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B34 is #B574CB. Grayscale: #6D6D6D. Windows color (decimal): -11891916 or 3443530. OLE color: 3443530.
HSL color Cylindrical-coordinate representation of color #4A8B34: hue angle of 104.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A8B34 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 52 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.45 |
| HSL | 104.83º | 0.46% | 0.37% | - |
| HSV(B) | 104.83º | 0.63% | 0.55% | - |
| XYZ | 12.68 | 20.17 | 6.47 | - |
| YUV | 109.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 52 | 0.47 | 0 | 0.63 | 0.45 | 104.83 | 0.46 | 0.37 |
| Hex | 4A | 8B | 34 | 2F | 0 | 3F | 2D | 69 | 2E | 25 |
| Octal | 112 | 213 | 64 | 57 | 0 | 77 | 55 | 151 | 56 | 45 |
| Binary | 1001010 | 10001011 | 110100 | 101111 | 0 | 111111 | 101101 | 1101001 | 101110 | 100101 |
Color Harmonies of #4A8B34
Complementary color
Monochromatic Colors of #4A8B34
Black with #4A8B34
Text Example
Text Example
White with #4A8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B34; }
p { color: rgb(74,139,52); }
H1.HeaderClassName
{
color: #4A8B34;
}
.AnyTagClassName
{
color: #4A8B34;
}
</style>
background-color css
<style>
a { background-color: #4A8B34; }
a { background-color: rgb(74,139,52); }
div.DivClassName
{
background-color: #4A8B34;
}
.BgClassName
{
background-color: #4A8B34;
}
</style>
border-color css
<style>
span { border-color: #4A8B34; }
span { border-color: rgb(74,139,52); }
td.TdClassName
{
border-color: #4A8B34;
}
.TagClassName
{
border-color: #4A8B34;
}
</style>