Shades of La Palma #4A9A1F
Tints of La Palma #4A9A1F
RGB
CMYK
RGB Variations
Color information
#4A9A1F (or 0x4A9A1F) is known color: La Palma. HEX triplet: 4A, 9A and 1F. RGB value is (74,154,31). Sum of RGB (Red+Green+Blue) = 74+154+31=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 154 (60.55% from 255 or 59.46% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9A1F is #B565E0. Grayscale: #747474. Windows color (decimal): -11888097 or 2071114. OLE color: 2071114.
HSL color Cylindrical-coordinate representation of color #4A9A1F: hue angle of 99.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A9A1F is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 31 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.40 |
| HSL | 99.02º | 0.66% | 0.36% | - |
| HSV(B) | 99.02º | 0.8% | 0.6% | - |
| XYZ | 14.63 | 24.67 | 5.29 | - |
| YUV | 116.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 31 | 0.52 | 0 | 0.80 | 0.40 | 99.02 | 0.66 | 0.36 |
| Hex | 4A | 9A | 1F | 34 | 0 | 50 | 28 | 63 | 42 | 24 |
| Octal | 112 | 232 | 37 | 64 | 0 | 120 | 50 | 143 | 102 | 44 |
| Binary | 1001010 | 10011010 | 11111 | 110100 | 0 | 1010000 | 101000 | 1100011 | 1000010 | 100100 |
Color Harmonies of #4A9A1F
Complementary color
Monochromatic Colors of #4A9A1F
Black with #4A9A1F
Text Example
Text Example
White with #4A9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A1F; }
p { color: rgb(74,154,31); }
H1.HeaderClassName
{
color: #4A9A1F;
}
.AnyTagClassName
{
color: #4A9A1F;
}
</style>
background-color css
<style>
a { background-color: #4A9A1F; }
a { background-color: rgb(74,154,31); }
div.DivClassName
{
background-color: #4A9A1F;
}
.BgClassName
{
background-color: #4A9A1F;
}
</style>
border-color css
<style>
span { border-color: #4A9A1F; }
span { border-color: rgb(74,154,31); }
td.TdClassName
{
border-color: #4A9A1F;
}
.TagClassName
{
border-color: #4A9A1F;
}
</style>