Shades of La Palma #44991E
Tints of La Palma #44991E
RGB
CMYK
RGB Variations
Color information
#44991E (or 0x44991E) is known color: La Palma. HEX triplet: 44, 99 and 1E. RGB value is (68,153,30). Sum of RGB (Red+Green+Blue) = 68+153+30=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #44991E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44991E is #BB66E1. Grayscale: #717171. Windows color (decimal): -12281570 or 2005316. OLE color: 2005316.
HSL color Cylindrical-coordinate representation of color #44991E: hue angle of 101.46º degrees, saturation: 0.67, 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 #44991E is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 30 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.4 |
| HSL | 101.46º | 0.67% | 0.36% | - |
| HSV(B) | 101.46º | 0.8% | 0.6% | - |
| XYZ | 14.01 | 24.11 | 5.14 | - |
| YUV | 113.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 30 | 0.56 | 0 | 0.80 | 0.4 | 101.46 | 0.67 | 0.36 |
| Hex | 44 | 99 | 1E | 38 | 0 | 50 | 28 | 65 | 43 | 24 |
| Octal | 104 | 231 | 36 | 70 | 0 | 120 | 50 | 145 | 103 | 44 |
| Binary | 1000100 | 10011001 | 11110 | 111000 | 0 | 1010000 | 101000 | 1100101 | 1000011 | 100100 |
Color Harmonies of #44991E
Complementary color
Monochromatic Colors of #44991E
Black with #44991E
Text Example
Text Example
White with #44991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44991E; }
p { color: rgb(68,153,30); }
H1.HeaderClassName
{
color: #44991E;
}
.AnyTagClassName
{
color: #44991E;
}
</style>
background-color css
<style>
a { background-color: #44991E; }
a { background-color: rgb(68,153,30); }
div.DivClassName
{
background-color: #44991E;
}
.BgClassName
{
background-color: #44991E;
}
</style>
border-color css
<style>
span { border-color: #44991E; }
span { border-color: rgb(68,153,30); }
td.TdClassName
{
border-color: #44991E;
}
.TagClassName
{
border-color: #44991E;
}
</style>