Shades of La Palma #44963C
Tints of La Palma #44963C
RGB
CMYK
RGB Variations
Color information
#44963C (or 0x44963C) is known color: La Palma. HEX triplet: 44, 96 and 3C. RGB value is (68,150,60). Sum of RGB (Red+Green+Blue) = 68+150+60=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #44963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44963C is #BB69C3. Grayscale: #737373. Windows color (decimal): -12282308 or 3970628. OLE color: 3970628.
HSL color Cylindrical-coordinate representation of color #44963C: hue angle of 114.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44963C is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 60 | - |
| CMYK | 0.55 | 0 | 0.6 | 0.41 |
| HSL | 114.67º | 0.43% | 0.41% | - |
| HSV(B) | 114.67º | 0.6% | 0.59% | - |
| XYZ | 14.11 | 23.37 | 8.04 | - |
| YUV | 115.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 60 | 0.55 | 0 | 0.6 | 0.41 | 114.67 | 0.43 | 0.41 |
| Hex | 44 | 96 | 3C | 37 | 0 | 3C | 29 | 73 | 2B | 29 |
| Octal | 104 | 226 | 74 | 67 | 0 | 74 | 51 | 163 | 53 | 51 |
| Binary | 1000100 | 10010110 | 111100 | 110111 | 0 | 111100 | 101001 | 1110011 | 101011 | 101001 |
Color Harmonies of #44963C
Complementary color
Monochromatic Colors of #44963C
Black with #44963C
Text Example
Text Example
White with #44963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44963C; }
p { color: rgb(68,150,60); }
H1.HeaderClassName
{
color: #44963C;
}
.AnyTagClassName
{
color: #44963C;
}
</style>
background-color css
<style>
a { background-color: #44963C; }
a { background-color: rgb(68,150,60); }
div.DivClassName
{
background-color: #44963C;
}
.BgClassName
{
background-color: #44963C;
}
</style>
border-color css
<style>
span { border-color: #44963C; }
span { border-color: rgb(68,150,60); }
td.TdClassName
{
border-color: #44963C;
}
.TagClassName
{
border-color: #44963C;
}
</style>