Shades of La Palma #4A921E
Tints of La Palma #4A921E
RGB
CMYK
RGB Variations
Color information
#4A921E (or 0x4A921E) is known color: La Palma. HEX triplet: 4A, 92 and 1E. RGB value is (74,146,30). Sum of RGB (Red+Green+Blue) = 74+146+30=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #4A921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A921E is #B56DE1. Grayscale: #6F6F6F. Windows color (decimal): -11890146 or 2003530. OLE color: 2003530.
HSL color Cylindrical-coordinate representation of color #4A921E: hue angle of 97.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A921E is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 30 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.43 |
| HSL | 97.24º | 0.66% | 0.35% | - |
| HSV(B) | 97.24º | 0.79% | 0.57% | - |
| XYZ | 13.34 | 22.11 | 4.79 | - |
| YUV | 111.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 30 | 0.49 | 0 | 0.79 | 0.43 | 97.24 | 0.66 | 0.35 |
| Hex | 4A | 92 | 1E | 31 | 0 | 4F | 2B | 61 | 42 | 23 |
| Octal | 112 | 222 | 36 | 61 | 0 | 117 | 53 | 141 | 102 | 43 |
| Binary | 1001010 | 10010010 | 11110 | 110001 | 0 | 1001111 | 101011 | 1100001 | 1000010 | 100011 |
Color Harmonies of #4A921E
Complementary color
Monochromatic Colors of #4A921E
Black with #4A921E
Text Example
Text Example
White with #4A921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A921E; }
p { color: rgb(74,146,30); }
H1.HeaderClassName
{
color: #4A921E;
}
.AnyTagClassName
{
color: #4A921E;
}
</style>
background-color css
<style>
a { background-color: #4A921E; }
a { background-color: rgb(74,146,30); }
div.DivClassName
{
background-color: #4A921E;
}
.BgClassName
{
background-color: #4A921E;
}
</style>
border-color css
<style>
span { border-color: #4A921E; }
span { border-color: rgb(74,146,30); }
td.TdClassName
{
border-color: #4A921E;
}
.TagClassName
{
border-color: #4A921E;
}
</style>