Shades of La Palma #44981D
Tints of La Palma #44981D
RGB
CMYK
RGB Variations
Color information
#44981D (or 0x44981D) is known color: La Palma. HEX triplet: 44, 98 and 1D. RGB value is (68,152,29). Sum of RGB (Red+Green+Blue) = 68+152+29=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #44981D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44981D is #BB67E2. Grayscale: #717171. Windows color (decimal): -12281827 or 1939524. OLE color: 1939524.
HSL color Cylindrical-coordinate representation of color #44981D: hue angle of 100.98º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44981D is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 29 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.40 |
| HSL | 100.98º | 0.68% | 0.35% | - |
| HSV(B) | 100.98º | 0.81% | 0.6% | - |
| XYZ | 13.83 | 23.77 | 5.02 | - |
| YUV | 112.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 29 | 0.55 | 0 | 0.81 | 0.40 | 100.98 | 0.68 | 0.35 |
| Hex | 44 | 98 | 1D | 37 | 0 | 51 | 28 | 65 | 44 | 23 |
| Octal | 104 | 230 | 35 | 67 | 0 | 121 | 50 | 145 | 104 | 43 |
| Binary | 1000100 | 10011000 | 11101 | 110111 | 0 | 1010001 | 101000 | 1100101 | 1000100 | 100011 |
Color Harmonies of #44981D
Complementary color
Monochromatic Colors of #44981D
Black with #44981D
Text Example
Text Example
White with #44981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44981D; }
p { color: rgb(68,152,29); }
H1.HeaderClassName
{
color: #44981D;
}
.AnyTagClassName
{
color: #44981D;
}
</style>
background-color css
<style>
a { background-color: #44981D; }
a { background-color: rgb(68,152,29); }
div.DivClassName
{
background-color: #44981D;
}
.BgClassName
{
background-color: #44981D;
}
</style>
border-color css
<style>
span { border-color: #44981D; }
span { border-color: rgb(68,152,29); }
td.TdClassName
{
border-color: #44981D;
}
.TagClassName
{
border-color: #44981D;
}
</style>