Shades of La Palma #44950D
Tints of La Palma #44950D
RGB
CMYK
RGB Variations
Color information
#44950D (or 0x44950D) is known color: La Palma. HEX triplet: 44, 95 and 0D. RGB value is (68,149,13). Sum of RGB (Red+Green+Blue) = 68+149+13=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #44950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44950D is #BB6AF2. Grayscale: #6D6D6D. Windows color (decimal): -12282611 or 890180. OLE color: 890180.
HSL color Cylindrical-coordinate representation of color #44950D: hue angle of 95.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44950D is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 13 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.42 |
| HSL | 95.74º | 0.84% | 0.32% | - |
| HSV(B) | 95.74º | 0.91% | 0.58% | - |
| XYZ | 13.2 | 22.75 | 4.08 | - |
| YUV | 109.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 13 | 0.54 | 0 | 0.91 | 0.42 | 95.74 | 0.84 | 0.32 |
| Hex | 44 | 95 | D | 36 | 0 | 5B | 2A | 60 | 54 | 20 |
| Octal | 104 | 225 | 15 | 66 | 0 | 133 | 52 | 140 | 124 | 40 |
| Binary | 1000100 | 10010101 | 1101 | 110110 | 0 | 1011011 | 101010 | 1100000 | 1010100 | 100000 |
Color Harmonies of #44950D
Complementary color
Monochromatic Colors of #44950D
Black with #44950D
Text Example
Text Example
White with #44950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44950D; }
p { color: rgb(68,149,13); }
H1.HeaderClassName
{
color: #44950D;
}
.AnyTagClassName
{
color: #44950D;
}
</style>
background-color css
<style>
a { background-color: #44950D; }
a { background-color: rgb(68,149,13); }
div.DivClassName
{
background-color: #44950D;
}
.BgClassName
{
background-color: #44950D;
}
</style>
border-color css
<style>
span { border-color: #44950D; }
span { border-color: rgb(68,149,13); }
td.TdClassName
{
border-color: #44950D;
}
.TagClassName
{
border-color: #44950D;
}
</style>