Shades of La Palma #449F1A
Tints of La Palma #449F1A
RGB
CMYK
RGB Variations
Color information
#449F1A (or 0x449F1A) is known color: La Palma. HEX triplet: 44, 9F and 1A. RGB value is (68,159,26). Sum of RGB (Red+Green+Blue) = 68+159+26=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #449F1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F1A is #BB60E5. Grayscale: #757575. Windows color (decimal): -12280038 or 1744708. OLE color: 1744708.
HSL color Cylindrical-coordinate representation of color #449F1A: hue angle of 101.05º degrees, saturation: 0.72, 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 #449F1A is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 26 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.38 |
| HSL | 101.05º | 0.72% | 0.36% | - |
| HSV(B) | 101.05º | 0.84% | 0.62% | - |
| XYZ | 14.97 | 26.1 | 5.23 | - |
| YUV | 116.63 | 76.85 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 26 | 0.57 | 0 | 0.84 | 0.38 | 101.05 | 0.72 | 0.36 |
| Hex | 44 | 9F | 1A | 39 | 0 | 54 | 26 | 65 | 48 | 24 |
| Octal | 104 | 237 | 32 | 71 | 0 | 124 | 46 | 145 | 110 | 44 |
| Binary | 1000100 | 10011111 | 11010 | 111001 | 0 | 1010100 | 100110 | 1100101 | 1001000 | 100100 |
Color Harmonies of #449F1A
Complementary color
Monochromatic Colors of #449F1A
Black with #449F1A
Text Example
Text Example
White with #449F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F1A; }
p { color: rgb(68,159,26); }
H1.HeaderClassName
{
color: #449F1A;
}
.AnyTagClassName
{
color: #449F1A;
}
</style>
background-color css
<style>
a { background-color: #449F1A; }
a { background-color: rgb(68,159,26); }
div.DivClassName
{
background-color: #449F1A;
}
.BgClassName
{
background-color: #449F1A;
}
</style>
border-color css
<style>
span { border-color: #449F1A; }
span { border-color: rgb(68,159,26); }
td.TdClassName
{
border-color: #449F1A;
}
.TagClassName
{
border-color: #449F1A;
}
</style>