Shades of La Palma #4D921E
Tints of La Palma #4D921E
RGB
CMYK
RGB Variations
Color information
#4D921E (or 0x4D921E) is known color: La Palma. HEX triplet: 4D, 92 and 1E. RGB value is (77,146,30). Sum of RGB (Red+Green+Blue) = 77+146+30=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #4D921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D921E is #B26DE1. Grayscale: #707070. Windows color (decimal): -11693538 or 2003533. OLE color: 2003533.
HSL color Cylindrical-coordinate representation of color #4D921E: hue angle of 95.69º 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 #4D921E is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 30 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.43 |
| HSL | 95.69º | 0.66% | 0.35% | - |
| HSV(B) | 95.69º | 0.79% | 0.57% | - |
| XYZ | 13.57 | 22.23 | 4.8 | - |
| YUV | 112.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 30 | 0.47 | 0 | 0.79 | 0.43 | 95.69 | 0.66 | 0.35 |
| Hex | 4D | 92 | 1E | 2F | 0 | 4F | 2B | 60 | 42 | 23 |
| Octal | 115 | 222 | 36 | 57 | 0 | 117 | 53 | 140 | 102 | 43 |
| Binary | 1001101 | 10010010 | 11110 | 101111 | 0 | 1001111 | 101011 | 1100000 | 1000010 | 100011 |
Color Harmonies of #4D921E
Complementary color
Monochromatic Colors of #4D921E
Black with #4D921E
Text Example
Text Example
White with #4D921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D921E; }
p { color: rgb(77,146,30); }
H1.HeaderClassName
{
color: #4D921E;
}
.AnyTagClassName
{
color: #4D921E;
}
</style>
background-color css
<style>
a { background-color: #4D921E; }
a { background-color: rgb(77,146,30); }
div.DivClassName
{
background-color: #4D921E;
}
.BgClassName
{
background-color: #4D921E;
}
</style>
border-color css
<style>
span { border-color: #4D921E; }
span { border-color: rgb(77,146,30); }
td.TdClassName
{
border-color: #4D921E;
}
.TagClassName
{
border-color: #4D921E;
}
</style>