Shades of La Palma #448A39
Tints of La Palma #448A39
RGB
CMYK
RGB Variations
Color information
#448A39 (or 0x448A39) is known color: La Palma. HEX triplet: 44, 8A and 39. RGB value is (68,138,57). Sum of RGB (Red+Green+Blue) = 68+138+57=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #448A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A39 is #BB75C6. Grayscale: #6C6C6C. Windows color (decimal): -12285383 or 3770948. OLE color: 3770948.
HSL color Cylindrical-coordinate representation of color #448A39: hue angle of 111.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448A39 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 57 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.46 |
| HSL | 111.85º | 0.42% | 0.38% | - |
| HSV(B) | 111.85º | 0.59% | 0.54% | - |
| XYZ | 12.21 | 19.7 | 7.03 | - |
| YUV | 107.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 57 | 0.51 | 0 | 0.59 | 0.46 | 111.85 | 0.42 | 0.38 |
| Hex | 44 | 8A | 39 | 33 | 0 | 3B | 2E | 70 | 2A | 26 |
| Octal | 104 | 212 | 71 | 63 | 0 | 73 | 56 | 160 | 52 | 46 |
| Binary | 1000100 | 10001010 | 111001 | 110011 | 0 | 111011 | 101110 | 1110000 | 101010 | 100110 |
Color Harmonies of #448A39
Complementary color
Monochromatic Colors of #448A39
Black with #448A39
Text Example
Text Example
White with #448A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A39; }
p { color: rgb(68,138,57); }
H1.HeaderClassName
{
color: #448A39;
}
.AnyTagClassName
{
color: #448A39;
}
</style>
background-color css
<style>
a { background-color: #448A39; }
a { background-color: rgb(68,138,57); }
div.DivClassName
{
background-color: #448A39;
}
.BgClassName
{
background-color: #448A39;
}
</style>
border-color css
<style>
span { border-color: #448A39; }
span { border-color: rgb(68,138,57); }
td.TdClassName
{
border-color: #448A39;
}
.TagClassName
{
border-color: #448A39;
}
</style>