Shades of La Palma #44913C
Tints of La Palma #44913C
RGB
CMYK
RGB Variations
Color information
#44913C (or 0x44913C) is known color: La Palma. HEX triplet: 44, 91 and 3C. RGB value is (68,145,60). Sum of RGB (Red+Green+Blue) = 68+145+60=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #44913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44913C is #BB6EC3. Grayscale: #707070. Windows color (decimal): -12283588 or 3969348. OLE color: 3969348.
HSL color Cylindrical-coordinate representation of color #44913C: hue angle of 114.35º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44913C is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 60 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.43 |
| HSL | 114.35º | 0.41% | 0.4% | - |
| HSV(B) | 114.35º | 0.59% | 0.57% | - |
| XYZ | 13.32 | 21.81 | 7.78 | - |
| YUV | 112.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 60 | 0.53 | 0 | 0.59 | 0.43 | 114.35 | 0.41 | 0.4 |
| Hex | 44 | 91 | 3C | 35 | 0 | 3B | 2B | 72 | 29 | 28 |
| Octal | 104 | 221 | 74 | 65 | 0 | 73 | 53 | 162 | 51 | 50 |
| Binary | 1000100 | 10010001 | 111100 | 110101 | 0 | 111011 | 101011 | 1110010 | 101001 | 101000 |
Color Harmonies of #44913C
Complementary color
Monochromatic Colors of #44913C
Black with #44913C
Text Example
Text Example
White with #44913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44913C; }
p { color: rgb(68,145,60); }
H1.HeaderClassName
{
color: #44913C;
}
.AnyTagClassName
{
color: #44913C;
}
</style>
background-color css
<style>
a { background-color: #44913C; }
a { background-color: rgb(68,145,60); }
div.DivClassName
{
background-color: #44913C;
}
.BgClassName
{
background-color: #44913C;
}
</style>
border-color css
<style>
span { border-color: #44913C; }
span { border-color: rgb(68,145,60); }
td.TdClassName
{
border-color: #44913C;
}
.TagClassName
{
border-color: #44913C;
}
</style>