Shades of La Palma #4A8B36
Tints of La Palma #4A8B36
RGB
CMYK
RGB Variations
Color information
#4A8B36 (or 0x4A8B36) is known color: La Palma. HEX triplet: 4A, 8B and 36. RGB value is (74,139,54). Sum of RGB (Red+Green+Blue) = 74+139+54=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B36 is #B574C9. Grayscale: #6E6E6E. Windows color (decimal): -11891914 or 3574602. OLE color: 3574602.
HSL color Cylindrical-coordinate representation of color #4A8B36: hue angle of 105.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8B36 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 54 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.45 |
| HSL | 105.88º | 0.44% | 0.38% | - |
| HSV(B) | 105.88º | 0.61% | 0.55% | - |
| XYZ | 12.72 | 20.19 | 6.72 | - |
| YUV | 109.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 54 | 0.47 | 0 | 0.61 | 0.45 | 105.88 | 0.44 | 0.38 |
| Hex | 4A | 8B | 36 | 2F | 0 | 3D | 2D | 6A | 2C | 26 |
| Octal | 112 | 213 | 66 | 57 | 0 | 75 | 55 | 152 | 54 | 46 |
| Binary | 1001010 | 10001011 | 110110 | 101111 | 0 | 111101 | 101101 | 1101010 | 101100 | 100110 |
Color Harmonies of #4A8B36
Complementary color
Monochromatic Colors of #4A8B36
Black with #4A8B36
Text Example
Text Example
White with #4A8B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B36; }
p { color: rgb(74,139,54); }
H1.HeaderClassName
{
color: #4A8B36;
}
.AnyTagClassName
{
color: #4A8B36;
}
</style>
background-color css
<style>
a { background-color: #4A8B36; }
a { background-color: rgb(74,139,54); }
div.DivClassName
{
background-color: #4A8B36;
}
.BgClassName
{
background-color: #4A8B36;
}
</style>
border-color css
<style>
span { border-color: #4A8B36; }
span { border-color: rgb(74,139,54); }
td.TdClassName
{
border-color: #4A8B36;
}
.TagClassName
{
border-color: #4A8B36;
}
</style>