Shades of La Palma #449E25
Tints of La Palma #449E25
RGB
CMYK
RGB Variations
Color information
#449E25 (or 0x449E25) is known color: La Palma. HEX triplet: 44, 9E and 25. RGB value is (68,158,37). Sum of RGB (Red+Green+Blue) = 68+158+37=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #449E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E25 is #BB61DA. Grayscale: #757575. Windows color (decimal): -12280283 or 2465348. OLE color: 2465348.
HSL color Cylindrical-coordinate representation of color #449E25: hue angle of 104.63º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #449E25 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 37 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.38 |
| HSL | 104.63º | 0.62% | 0.38% | - |
| HSV(B) | 104.63º | 0.77% | 0.62% | - |
| XYZ | 14.94 | 25.82 | 5.95 | - |
| YUV | 117.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 37 | 0.57 | 0 | 0.77 | 0.38 | 104.63 | 0.62 | 0.38 |
| Hex | 44 | 9E | 25 | 39 | 0 | 4D | 26 | 69 | 3E | 26 |
| Octal | 104 | 236 | 45 | 71 | 0 | 115 | 46 | 151 | 76 | 46 |
| Binary | 1000100 | 10011110 | 100101 | 111001 | 0 | 1001101 | 100110 | 1101001 | 111110 | 100110 |
Color Harmonies of #449E25
Complementary color
Monochromatic Colors of #449E25
Black with #449E25
Text Example
Text Example
White with #449E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E25; }
p { color: rgb(68,158,37); }
H1.HeaderClassName
{
color: #449E25;
}
.AnyTagClassName
{
color: #449E25;
}
</style>
background-color css
<style>
a { background-color: #449E25; }
a { background-color: rgb(68,158,37); }
div.DivClassName
{
background-color: #449E25;
}
.BgClassName
{
background-color: #449E25;
}
</style>
border-color css
<style>
span { border-color: #449E25; }
span { border-color: rgb(68,158,37); }
td.TdClassName
{
border-color: #449E25;
}
.TagClassName
{
border-color: #449E25;
}
</style>