Shades of La Palma #4A9023
Tints of La Palma #4A9023
RGB
CMYK
RGB Variations
Color information
#4A9023 (or 0x4A9023) is known color: La Palma. HEX triplet: 4A, 90 and 23. RGB value is (74,144,35). Sum of RGB (Red+Green+Blue) = 74+144+35=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9023 is #B56FDC. Grayscale: #6F6F6F. Windows color (decimal): -11890653 or 2330698. OLE color: 2330698.
HSL color Cylindrical-coordinate representation of color #4A9023: hue angle of 98.53º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A9023 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 35 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.44 |
| HSL | 98.53º | 0.61% | 0.35% | - |
| HSV(B) | 98.53º | 0.76% | 0.56% | - |
| XYZ | 13.1 | 21.52 | 5.05 | - |
| YUV | 110.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 35 | 0.49 | 0 | 0.76 | 0.44 | 98.53 | 0.61 | 0.35 |
| Hex | 4A | 90 | 23 | 31 | 0 | 4C | 2C | 63 | 3D | 23 |
| Octal | 112 | 220 | 43 | 61 | 0 | 114 | 54 | 143 | 75 | 43 |
| Binary | 1001010 | 10010000 | 100011 | 110001 | 0 | 1001100 | 101100 | 1100011 | 111101 | 100011 |
Color Harmonies of #4A9023
Complementary color
Monochromatic Colors of #4A9023
Black with #4A9023
Text Example
Text Example
White with #4A9023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9023; }
p { color: rgb(74,144,35); }
H1.HeaderClassName
{
color: #4A9023;
}
.AnyTagClassName
{
color: #4A9023;
}
</style>
background-color css
<style>
a { background-color: #4A9023; }
a { background-color: rgb(74,144,35); }
div.DivClassName
{
background-color: #4A9023;
}
.BgClassName
{
background-color: #4A9023;
}
</style>
border-color css
<style>
span { border-color: #4A9023; }
span { border-color: rgb(74,144,35); }
td.TdClassName
{
border-color: #4A9023;
}
.TagClassName
{
border-color: #4A9023;
}
</style>