Shades of La Palma #4A7E33
Tints of La Palma #4A7E33
RGB
CMYK
RGB Variations
Color information
#4A7E33 (or 0x4A7E33) is known color: La Palma. HEX triplet: 4A, 7E and 33. RGB value is (74,126,51). Sum of RGB (Red+Green+Blue) = 74+126+51=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E33 is #B581CC. Grayscale: #666666. Windows color (decimal): -11895245 or 3374666. OLE color: 3374666.
HSL color Cylindrical-coordinate representation of color #4A7E33: hue angle of 101.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A7E33 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 51 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.51 |
| HSL | 101.6º | 0.42% | 0.35% | - |
| HSV(B) | 101.6º | 0.6% | 0.49% | - |
| XYZ | 10.88 | 16.62 | 5.77 | - |
| YUV | 101.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 51 | 0.41 | 0 | 0.60 | 0.51 | 101.6 | 0.42 | 0.35 |
| Hex | 4A | 7E | 33 | 29 | 0 | 3C | 33 | 66 | 2A | 23 |
| Octal | 112 | 176 | 63 | 51 | 0 | 74 | 63 | 146 | 52 | 43 |
| Binary | 1001010 | 1111110 | 110011 | 101001 | 0 | 111100 | 110011 | 1100110 | 101010 | 100011 |
Color Harmonies of #4A7E33
Complementary color
Monochromatic Colors of #4A7E33
Black with #4A7E33
Text Example
Text Example
White with #4A7E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E33; }
p { color: rgb(74,126,51); }
H1.HeaderClassName
{
color: #4A7E33;
}
.AnyTagClassName
{
color: #4A7E33;
}
</style>
background-color css
<style>
a { background-color: #4A7E33; }
a { background-color: rgb(74,126,51); }
div.DivClassName
{
background-color: #4A7E33;
}
.BgClassName
{
background-color: #4A7E33;
}
</style>
border-color css
<style>
span { border-color: #4A7E33; }
span { border-color: rgb(74,126,51); }
td.TdClassName
{
border-color: #4A7E33;
}
.TagClassName
{
border-color: #4A7E33;
}
</style>