Shades of La Palma #44913E
Tints of La Palma #44913E
RGB
CMYK
RGB Variations
Color information
#44913E (or 0x44913E) is known color: La Palma. HEX triplet: 44, 91 and 3E. RGB value is (68,145,62). Sum of RGB (Red+Green+Blue) = 68+145+62=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #44913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44913E is #BB6EC1. Grayscale: #707070. Windows color (decimal): -12283586 or 4100420. OLE color: 4100420.
HSL color Cylindrical-coordinate representation of color #44913E: hue angle of 115.66º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44913E is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 62 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.43 |
| HSL | 115.66º | 0.4% | 0.41% | - |
| HSV(B) | 115.66º | 0.57% | 0.57% | - |
| XYZ | 13.38 | 21.83 | 8.07 | - |
| YUV | 112.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 62 | 0.53 | 0 | 0.57 | 0.43 | 115.66 | 0.4 | 0.41 |
| Hex | 44 | 91 | 3E | 35 | 0 | 39 | 2B | 74 | 28 | 29 |
| Octal | 104 | 221 | 76 | 65 | 0 | 71 | 53 | 164 | 50 | 51 |
| Binary | 1000100 | 10010001 | 111110 | 110101 | 0 | 111001 | 101011 | 1110100 | 101000 | 101001 |
Color Harmonies of #44913E
Complementary color
Monochromatic Colors of #44913E
Black with #44913E
Text Example
Text Example
White with #44913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44913E; }
p { color: rgb(68,145,62); }
H1.HeaderClassName
{
color: #44913E;
}
.AnyTagClassName
{
color: #44913E;
}
</style>
background-color css
<style>
a { background-color: #44913E; }
a { background-color: rgb(68,145,62); }
div.DivClassName
{
background-color: #44913E;
}
.BgClassName
{
background-color: #44913E;
}
</style>
border-color css
<style>
span { border-color: #44913E; }
span { border-color: rgb(68,145,62); }
td.TdClassName
{
border-color: #44913E;
}
.TagClassName
{
border-color: #44913E;
}
</style>