Shades of La Palma #4A8F3D
Tints of La Palma #4A8F3D
RGB
CMYK
RGB Variations
Color information
#4A8F3D (or 0x4A8F3D) is known color: La Palma. HEX triplet: 4A, 8F and 3D. RGB value is (74,143,61). Sum of RGB (Red+Green+Blue) = 74+143+61=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8F3D is #B570C2. Grayscale: #717171. Windows color (decimal): -11890883 or 4034378. OLE color: 4034378.
HSL color Cylindrical-coordinate representation of color #4A8F3D: hue angle of 110.49º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A8F3D is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 61 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.44 |
| HSL | 110.49º | 0.4% | 0.4% | - |
| HSV(B) | 110.49º | 0.57% | 0.56% | - |
| XYZ | 13.49 | 21.44 | 7.84 | - |
| YUV | 113.02 | 98.64 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 61 | 0.48 | 0 | 0.57 | 0.44 | 110.49 | 0.4 | 0.4 |
| Hex | 4A | 8F | 3D | 30 | 0 | 39 | 2C | 6E | 28 | 28 |
| Octal | 112 | 217 | 75 | 60 | 0 | 71 | 54 | 156 | 50 | 50 |
| Binary | 1001010 | 10001111 | 111101 | 110000 | 0 | 111001 | 101100 | 1101110 | 101000 | 101000 |
Color Harmonies of #4A8F3D
Complementary color
Monochromatic Colors of #4A8F3D
Black with #4A8F3D
Text Example
Text Example
White with #4A8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F3D; }
p { color: rgb(74,143,61); }
H1.HeaderClassName
{
color: #4A8F3D;
}
.AnyTagClassName
{
color: #4A8F3D;
}
</style>
background-color css
<style>
a { background-color: #4A8F3D; }
a { background-color: rgb(74,143,61); }
div.DivClassName
{
background-color: #4A8F3D;
}
.BgClassName
{
background-color: #4A8F3D;
}
</style>
border-color css
<style>
span { border-color: #4A8F3D; }
span { border-color: rgb(74,143,61); }
td.TdClassName
{
border-color: #4A8F3D;
}
.TagClassName
{
border-color: #4A8F3D;
}
</style>