Shades of La Palma #449F19
Tints of La Palma #449F19
RGB
CMYK
RGB Variations
Color information
#449F19 (or 0x449F19) is known color: La Palma. HEX triplet: 44, 9F and 19. RGB value is (68,159,25). Sum of RGB (Red+Green+Blue) = 68+159+25=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 159 (62.5% from 255 or 63.10% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 159 - color contains mainly: green. Hex color #449F19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449F19 is #BB60E6. Grayscale: #747474. Windows color (decimal): -12280039 or 1679172. OLE color: 1679172.
HSL color Cylindrical-coordinate representation of color #449F19: hue angle of 100.75º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #449F19 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 25 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.38 |
| HSL | 100.75º | 0.73% | 0.36% | - |
| HSV(B) | 100.75º | 0.84% | 0.62% | - |
| XYZ | 14.96 | 26.1 | 5.17 | - |
| YUV | 116.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 25 | 0.57 | 0 | 0.84 | 0.38 | 100.75 | 0.73 | 0.36 |
| Hex | 44 | 9F | 19 | 39 | 0 | 54 | 26 | 65 | 49 | 24 |
| Octal | 104 | 237 | 31 | 71 | 0 | 124 | 46 | 145 | 111 | 44 |
| Binary | 1000100 | 10011111 | 11001 | 111001 | 0 | 1010100 | 100110 | 1100101 | 1001001 | 100100 |
Color Harmonies of #449F19
Complementary color
Monochromatic Colors of #449F19
Black with #449F19
Text Example
Text Example
White with #449F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F19; }
p { color: rgb(68,159,25); }
H1.HeaderClassName
{
color: #449F19;
}
.AnyTagClassName
{
color: #449F19;
}
</style>
background-color css
<style>
a { background-color: #449F19; }
a { background-color: rgb(68,159,25); }
div.DivClassName
{
background-color: #449F19;
}
.BgClassName
{
background-color: #449F19;
}
</style>
border-color css
<style>
span { border-color: #449F19; }
span { border-color: rgb(68,159,25); }
td.TdClassName
{
border-color: #449F19;
}
.TagClassName
{
border-color: #449F19;
}
</style>