Shades of La Palma #449A27
Tints of La Palma #449A27
RGB
CMYK
RGB Variations
Color information
#449A27 (or 0x449A27) is known color: La Palma. HEX triplet: 44, 9A and 27. RGB value is (68,154,39). Sum of RGB (Red+Green+Blue) = 68+154+39=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #449A27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A27 is #BB65D8. Grayscale: #737373. Windows color (decimal): -12281305 or 2595396. OLE color: 2595396.
HSL color Cylindrical-coordinate representation of color #449A27: hue angle of 104.87º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #449A27 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 39 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.40 |
| HSL | 104.87º | 0.6% | 0.38% | - |
| HSV(B) | 104.87º | 0.75% | 0.6% | - |
| XYZ | 14.31 | 24.49 | 5.89 | - |
| YUV | 115.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 39 | 0.56 | 0 | 0.75 | 0.40 | 104.87 | 0.6 | 0.38 |
| Hex | 44 | 9A | 27 | 38 | 0 | 4B | 28 | 69 | 3C | 26 |
| Octal | 104 | 232 | 47 | 70 | 0 | 113 | 50 | 151 | 74 | 46 |
| Binary | 1000100 | 10011010 | 100111 | 111000 | 0 | 1001011 | 101000 | 1101001 | 111100 | 100110 |
Color Harmonies of #449A27
Complementary color
Monochromatic Colors of #449A27
Black with #449A27
Text Example
Text Example
White with #449A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A27; }
p { color: rgb(68,154,39); }
H1.HeaderClassName
{
color: #449A27;
}
.AnyTagClassName
{
color: #449A27;
}
</style>
background-color css
<style>
a { background-color: #449A27; }
a { background-color: rgb(68,154,39); }
div.DivClassName
{
background-color: #449A27;
}
.BgClassName
{
background-color: #449A27;
}
</style>
border-color css
<style>
span { border-color: #449A27; }
span { border-color: rgb(68,154,39); }
td.TdClassName
{
border-color: #449A27;
}
.TagClassName
{
border-color: #449A27;
}
</style>