Shades of La Palma #449A25
Tints of La Palma #449A25
RGB
CMYK
RGB Variations
Color information
#449A25 (or 0x449A25) is known color: La Palma. HEX triplet: 44, 9A and 25. RGB value is (68,154,37). Sum of RGB (Red+Green+Blue) = 68+154+37=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 154 (60.55% from 255 or 59.46% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 154 - color contains mainly: green. Hex color #449A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A25 is #BB65DA. Grayscale: #737373. Windows color (decimal): -12281307 or 2464324. OLE color: 2464324.
HSL color Cylindrical-coordinate representation of color #449A25: hue angle of 104.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #449A25 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 37 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.40 |
| HSL | 104.1º | 0.61% | 0.37% | - |
| HSV(B) | 104.1º | 0.76% | 0.6% | - |
| XYZ | 14.27 | 24.47 | 5.72 | - |
| YUV | 114.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 37 | 0.56 | 0 | 0.76 | 0.40 | 104.1 | 0.61 | 0.37 |
| Hex | 44 | 9A | 25 | 38 | 0 | 4C | 28 | 68 | 3D | 25 |
| Octal | 104 | 232 | 45 | 70 | 0 | 114 | 50 | 150 | 75 | 45 |
| Binary | 1000100 | 10011010 | 100101 | 111000 | 0 | 1001100 | 101000 | 1101000 | 111101 | 100101 |
Color Harmonies of #449A25
Complementary color
Monochromatic Colors of #449A25
Black with #449A25
Text Example
Text Example
White with #449A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A25; }
p { color: rgb(68,154,37); }
H1.HeaderClassName
{
color: #449A25;
}
.AnyTagClassName
{
color: #449A25;
}
</style>
background-color css
<style>
a { background-color: #449A25; }
a { background-color: rgb(68,154,37); }
div.DivClassName
{
background-color: #449A25;
}
.BgClassName
{
background-color: #449A25;
}
</style>
border-color css
<style>
span { border-color: #449A25; }
span { border-color: rgb(68,154,37); }
td.TdClassName
{
border-color: #449A25;
}
.TagClassName
{
border-color: #449A25;
}
</style>