Shades of La Palma #44952F
Tints of La Palma #44952F
RGB
CMYK
RGB Variations
Color information
#44952F (or 0x44952F) is known color: La Palma. HEX triplet: 44, 95 and 2F. RGB value is (68,149,47). Sum of RGB (Red+Green+Blue) = 68+149+47=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #44952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44952F is #BB6AD0. Grayscale: #717171. Windows color (decimal): -12282577 or 3118404. OLE color: 3118404.
HSL color Cylindrical-coordinate representation of color #44952F: hue angle of 107.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44952F is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 47 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.42 |
| HSL | 107.65º | 0.52% | 0.38% | - |
| HSV(B) | 107.65º | 0.68% | 0.58% | - |
| XYZ | 13.64 | 22.93 | 6.4 | - |
| YUV | 113.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 47 | 0.54 | 0 | 0.68 | 0.42 | 107.65 | 0.52 | 0.38 |
| Hex | 44 | 95 | 2F | 36 | 0 | 44 | 2A | 6C | 34 | 26 |
| Octal | 104 | 225 | 57 | 66 | 0 | 104 | 52 | 154 | 64 | 46 |
| Binary | 1000100 | 10010101 | 101111 | 110110 | 0 | 1000100 | 101010 | 1101100 | 110100 | 100110 |
Color Harmonies of #44952F
Complementary color
Monochromatic Colors of #44952F
Black with #44952F
Text Example
Text Example
White with #44952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44952F; }
p { color: rgb(68,149,47); }
H1.HeaderClassName
{
color: #44952F;
}
.AnyTagClassName
{
color: #44952F;
}
</style>
background-color css
<style>
a { background-color: #44952F; }
a { background-color: rgb(68,149,47); }
div.DivClassName
{
background-color: #44952F;
}
.BgClassName
{
background-color: #44952F;
}
</style>
border-color css
<style>
span { border-color: #44952F; }
span { border-color: rgb(68,149,47); }
td.TdClassName
{
border-color: #44952F;
}
.TagClassName
{
border-color: #44952F;
}
</style>