Shades of La Palma #449E31
Tints of La Palma #449E31
RGB
CMYK
RGB Variations
Color information
#449E31 (or 0x449E31) is known color: La Palma. HEX triplet: 44, 9E and 31. RGB value is (68,158,49). Sum of RGB (Red+Green+Blue) = 68+158+49=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #449E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E31 is #BB61CE. Grayscale: #777777. Windows color (decimal): -12280271 or 3251780. OLE color: 3251780.
HSL color Cylindrical-coordinate representation of color #449E31: hue angle of 109.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449E31 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 49 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.38 |
| HSL | 109.54º | 0.53% | 0.41% | - |
| HSV(B) | 109.54º | 0.69% | 0.62% | - |
| XYZ | 15.17 | 25.9 | 7.11 | - |
| YUV | 118.66 | 88.68 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 49 | 0.57 | 0 | 0.69 | 0.38 | 109.54 | 0.53 | 0.41 |
| Hex | 44 | 9E | 31 | 39 | 0 | 45 | 26 | 6E | 35 | 29 |
| Octal | 104 | 236 | 61 | 71 | 0 | 105 | 46 | 156 | 65 | 51 |
| Binary | 1000100 | 10011110 | 110001 | 111001 | 0 | 1000101 | 100110 | 1101110 | 110101 | 101001 |
Color Harmonies of #449E31
Complementary color
Monochromatic Colors of #449E31
Black with #449E31
Text Example
Text Example
White with #449E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E31; }
p { color: rgb(68,158,49); }
H1.HeaderClassName
{
color: #449E31;
}
.AnyTagClassName
{
color: #449E31;
}
</style>
background-color css
<style>
a { background-color: #449E31; }
a { background-color: rgb(68,158,49); }
div.DivClassName
{
background-color: #449E31;
}
.BgClassName
{
background-color: #449E31;
}
</style>
border-color css
<style>
span { border-color: #449E31; }
span { border-color: rgb(68,158,49); }
td.TdClassName
{
border-color: #449E31;
}
.TagClassName
{
border-color: #449E31;
}
</style>