Shades of La Palma #448133
Tints of La Palma #448133
RGB
CMYK
RGB Variations
Color information
#448133 (or 0x448133) is known color: La Palma. HEX triplet: 44, 81 and 33. RGB value is (68,129,51). Sum of RGB (Red+Green+Blue) = 68+129+51=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #448133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448133 is #BB7ECC. Grayscale: #666666. Windows color (decimal): -12287693 or 3375428. OLE color: 3375428.
HSL color Cylindrical-coordinate representation of color #448133: hue angle of 106.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448133 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 51 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.49 |
| HSL | 106.92º | 0.43% | 0.35% | - |
| HSV(B) | 106.92º | 0.6% | 0.51% | - |
| XYZ | 10.83 | 17.17 | 5.87 | - |
| YUV | 101.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 51 | 0.47 | 0 | 0.60 | 0.49 | 106.92 | 0.43 | 0.35 |
| Hex | 44 | 81 | 33 | 2F | 0 | 3C | 31 | 6B | 2B | 23 |
| Octal | 104 | 201 | 63 | 57 | 0 | 74 | 61 | 153 | 53 | 43 |
| Binary | 1000100 | 10000001 | 110011 | 101111 | 0 | 111100 | 110001 | 1101011 | 101011 | 100011 |
Color Harmonies of #448133
Complementary color
Monochromatic Colors of #448133
Black with #448133
Text Example
Text Example
White with #448133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448133; }
p { color: rgb(68,129,51); }
H1.HeaderClassName
{
color: #448133;
}
.AnyTagClassName
{
color: #448133;
}
</style>
background-color css
<style>
a { background-color: #448133; }
a { background-color: rgb(68,129,51); }
div.DivClassName
{
background-color: #448133;
}
.BgClassName
{
background-color: #448133;
}
</style>
border-color css
<style>
span { border-color: #448133; }
span { border-color: rgb(68,129,51); }
td.TdClassName
{
border-color: #448133;
}
.TagClassName
{
border-color: #448133;
}
</style>