Shades of La Palma #449A34
Tints of La Palma #449A34
RGB
CMYK
RGB Variations
Color information
#449A34 (or 0x449A34) is known color: La Palma. HEX triplet: 44, 9A and 34. RGB value is (68,154,52). Sum of RGB (Red+Green+Blue) = 68+154+52=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #449A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A34 is #BB65CB. Grayscale: #747474. Windows color (decimal): -12281292 or 3447364. OLE color: 3447364.
HSL color Cylindrical-coordinate representation of color #449A34: hue angle of 110.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449A34 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 52 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.40 |
| HSL | 110.59º | 0.5% | 0.4% | - |
| HSV(B) | 110.59º | 0.66% | 0.6% | - |
| XYZ | 14.56 | 24.59 | 7.23 | - |
| YUV | 116.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 52 | 0.56 | 0 | 0.66 | 0.40 | 110.59 | 0.5 | 0.4 |
| Hex | 44 | 9A | 34 | 38 | 0 | 42 | 28 | 6F | 32 | 28 |
| Octal | 104 | 232 | 64 | 70 | 0 | 102 | 50 | 157 | 62 | 50 |
| Binary | 1000100 | 10011010 | 110100 | 111000 | 0 | 1000010 | 101000 | 1101111 | 110010 | 101000 |
Color Harmonies of #449A34
Complementary color
Monochromatic Colors of #449A34
Black with #449A34
Text Example
Text Example
White with #449A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A34; }
p { color: rgb(68,154,52); }
H1.HeaderClassName
{
color: #449A34;
}
.AnyTagClassName
{
color: #449A34;
}
</style>
background-color css
<style>
a { background-color: #449A34; }
a { background-color: rgb(68,154,52); }
div.DivClassName
{
background-color: #449A34;
}
.BgClassName
{
background-color: #449A34;
}
</style>
border-color css
<style>
span { border-color: #449A34; }
span { border-color: rgb(68,154,52); }
td.TdClassName
{
border-color: #449A34;
}
.TagClassName
{
border-color: #449A34;
}
</style>