Shades of La Palma #4A8933
Tints of La Palma #4A8933
RGB
CMYK
RGB Variations
Color information
#4A8933 (or 0x4A8933) is known color: La Palma. HEX triplet: 4A, 89 and 33. RGB value is (74,137,51). Sum of RGB (Red+Green+Blue) = 74+137+51=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8933 is #B576CC. Grayscale: #6C6C6C. Windows color (decimal): -11892429 or 3377482. OLE color: 3377482.
HSL color Cylindrical-coordinate representation of color #4A8933: hue angle of 103.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A8933 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 51 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.46 |
| HSL | 103.95º | 0.46% | 0.37% | - |
| HSV(B) | 103.95º | 0.63% | 0.54% | - |
| XYZ | 12.37 | 19.59 | 6.26 | - |
| YUV | 108.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 51 | 0.46 | 0 | 0.63 | 0.46 | 103.95 | 0.46 | 0.37 |
| Hex | 4A | 89 | 33 | 2E | 0 | 3F | 2E | 68 | 2E | 25 |
| Octal | 112 | 211 | 63 | 56 | 0 | 77 | 56 | 150 | 56 | 45 |
| Binary | 1001010 | 10001001 | 110011 | 101110 | 0 | 111111 | 101110 | 1101000 | 101110 | 100101 |
Color Harmonies of #4A8933
Complementary color
Monochromatic Colors of #4A8933
Black with #4A8933
Text Example
Text Example
White with #4A8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8933; }
p { color: rgb(74,137,51); }
H1.HeaderClassName
{
color: #4A8933;
}
.AnyTagClassName
{
color: #4A8933;
}
</style>
background-color css
<style>
a { background-color: #4A8933; }
a { background-color: rgb(74,137,51); }
div.DivClassName
{
background-color: #4A8933;
}
.BgClassName
{
background-color: #4A8933;
}
</style>
border-color css
<style>
span { border-color: #4A8933; }
span { border-color: rgb(74,137,51); }
td.TdClassName
{
border-color: #4A8933;
}
.TagClassName
{
border-color: #4A8933;
}
</style>