Shades of La Palma #449C31
Tints of La Palma #449C31
RGB
CMYK
RGB Variations
Color information
#449C31 (or 0x449C31) is known color: La Palma. HEX triplet: 44, 9C and 31. RGB value is (68,156,49). Sum of RGB (Red+Green+Blue) = 68+156+49=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #449C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C31 is #BB63CE. Grayscale: #757575. Windows color (decimal): -12280783 or 3251268. OLE color: 3251268.
HSL color Cylindrical-coordinate representation of color #449C31: hue angle of 109.35º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449C31 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 49 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.39 |
| HSL | 109.35º | 0.52% | 0.4% | - |
| HSV(B) | 109.35º | 0.69% | 0.61% | - |
| XYZ | 14.83 | 25.23 | 6.99 | - |
| YUV | 117.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 49 | 0.56 | 0 | 0.69 | 0.39 | 109.35 | 0.52 | 0.4 |
| Hex | 44 | 9C | 31 | 38 | 0 | 45 | 27 | 6D | 34 | 28 |
| Octal | 104 | 234 | 61 | 70 | 0 | 105 | 47 | 155 | 64 | 50 |
| Binary | 1000100 | 10011100 | 110001 | 111000 | 0 | 1000101 | 100111 | 1101101 | 110100 | 101000 |
Color Harmonies of #449C31
Complementary color
Monochromatic Colors of #449C31
Black with #449C31
Text Example
Text Example
White with #449C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C31; }
p { color: rgb(68,156,49); }
H1.HeaderClassName
{
color: #449C31;
}
.AnyTagClassName
{
color: #449C31;
}
</style>
background-color css
<style>
a { background-color: #449C31; }
a { background-color: rgb(68,156,49); }
div.DivClassName
{
background-color: #449C31;
}
.BgClassName
{
background-color: #449C31;
}
</style>
border-color css
<style>
span { border-color: #449C31; }
span { border-color: rgb(68,156,49); }
td.TdClassName
{
border-color: #449C31;
}
.TagClassName
{
border-color: #449C31;
}
</style>