Shades of La Palma #4A892D
Tints of La Palma #4A892D
RGB
CMYK
RGB Variations
Color information
#4A892D (or 0x4A892D) is known color: La Palma. HEX triplet: 4A, 89 and 2D. RGB value is (74,137,45). Sum of RGB (Red+Green+Blue) = 74+137+45=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #4A892D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A892D is #B576D2. Grayscale: #6B6B6B. Windows color (decimal): -11892435 or 2984266. OLE color: 2984266.
HSL color Cylindrical-coordinate representation of color #4A892D: hue angle of 101.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A892D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 45 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.46 |
| HSL | 101.09º | 0.51% | 0.36% | - |
| HSV(B) | 101.09º | 0.67% | 0.54% | - |
| XYZ | 12.24 | 19.54 | 5.61 | - |
| YUV | 107.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 45 | 0.46 | 0 | 0.67 | 0.46 | 101.09 | 0.51 | 0.36 |
| Hex | 4A | 89 | 2D | 2E | 0 | 43 | 2E | 65 | 33 | 24 |
| Octal | 112 | 211 | 55 | 56 | 0 | 103 | 56 | 145 | 63 | 44 |
| Binary | 1001010 | 10001001 | 101101 | 101110 | 0 | 1000011 | 101110 | 1100101 | 110011 | 100100 |
Color Harmonies of #4A892D
Complementary color
Monochromatic Colors of #4A892D
Black with #4A892D
Text Example
Text Example
White with #4A892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A892D; }
p { color: rgb(74,137,45); }
H1.HeaderClassName
{
color: #4A892D;
}
.AnyTagClassName
{
color: #4A892D;
}
</style>
background-color css
<style>
a { background-color: #4A892D; }
a { background-color: rgb(74,137,45); }
div.DivClassName
{
background-color: #4A892D;
}
.BgClassName
{
background-color: #4A892D;
}
</style>
border-color css
<style>
span { border-color: #4A892D; }
span { border-color: rgb(74,137,45); }
td.TdClassName
{
border-color: #4A892D;
}
.TagClassName
{
border-color: #4A892D;
}
</style>