Shades of La Palma #448529
Tints of La Palma #448529
RGB
CMYK
RGB Variations
Color information
#448529 (or 0x448529) is known color: La Palma. HEX triplet: 44, 85 and 29. RGB value is (68,133,41). Sum of RGB (Red+Green+Blue) = 68+133+41=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #448529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448529 is #BB7AD6. Grayscale: #676767. Windows color (decimal): -12286679 or 2721092. OLE color: 2721092.
HSL color Cylindrical-coordinate representation of color #448529: hue angle of 102.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448529 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 41 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.48 |
| HSL | 102.39º | 0.53% | 0.34% | - |
| HSV(B) | 102.39º | 0.69% | 0.52% | - |
| XYZ | 11.17 | 18.16 | 5.02 | - |
| YUV | 103.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 41 | 0.49 | 0 | 0.69 | 0.48 | 102.39 | 0.53 | 0.34 |
| Hex | 44 | 85 | 29 | 31 | 0 | 45 | 30 | 66 | 35 | 22 |
| Octal | 104 | 205 | 51 | 61 | 0 | 105 | 60 | 146 | 65 | 42 |
| Binary | 1000100 | 10000101 | 101001 | 110001 | 0 | 1000101 | 110000 | 1100110 | 110101 | 100010 |
Color Harmonies of #448529
Complementary color
Monochromatic Colors of #448529
Black with #448529
Text Example
Text Example
White with #448529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448529; }
p { color: rgb(68,133,41); }
H1.HeaderClassName
{
color: #448529;
}
.AnyTagClassName
{
color: #448529;
}
</style>
background-color css
<style>
a { background-color: #448529; }
a { background-color: rgb(68,133,41); }
div.DivClassName
{
background-color: #448529;
}
.BgClassName
{
background-color: #448529;
}
</style>
border-color css
<style>
span { border-color: #448529; }
span { border-color: rgb(68,133,41); }
td.TdClassName
{
border-color: #448529;
}
.TagClassName
{
border-color: #448529;
}
</style>