Shades of La Palma #448F3F
Tints of La Palma #448F3F
RGB
CMYK
RGB Variations
Color information
#448F3F (or 0x448F3F) is known color: La Palma. HEX triplet: 44, 8F and 3F. RGB value is (68,143,63). Sum of RGB (Red+Green+Blue) = 68+143+63=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #448F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F3F is #BB70C0. Grayscale: #6F6F6F. Windows color (decimal): -12284097 or 4165444. OLE color: 4165444.
HSL color Cylindrical-coordinate representation of color #448F3F: hue angle of 116.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448F3F is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 63 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.44 |
| HSL | 116.25º | 0.39% | 0.4% | - |
| HSV(B) | 116.25º | 0.56% | 0.56% | - |
| XYZ | 13.1 | 21.23 | 8.11 | - |
| YUV | 111.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 63 | 0.52 | 0 | 0.56 | 0.44 | 116.25 | 0.39 | 0.4 |
| Hex | 44 | 8F | 3F | 34 | 0 | 38 | 2C | 74 | 27 | 28 |
| Octal | 104 | 217 | 77 | 64 | 0 | 70 | 54 | 164 | 47 | 50 |
| Binary | 1000100 | 10001111 | 111111 | 110100 | 0 | 111000 | 101100 | 1110100 | 100111 | 101000 |
Color Harmonies of #448F3F
Complementary color
Monochromatic Colors of #448F3F
Black with #448F3F
Text Example
Text Example
White with #448F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F3F; }
p { color: rgb(68,143,63); }
H1.HeaderClassName
{
color: #448F3F;
}
.AnyTagClassName
{
color: #448F3F;
}
</style>
background-color css
<style>
a { background-color: #448F3F; }
a { background-color: rgb(68,143,63); }
div.DivClassName
{
background-color: #448F3F;
}
.BgClassName
{
background-color: #448F3F;
}
</style>
border-color css
<style>
span { border-color: #448F3F; }
span { border-color: rgb(68,143,63); }
td.TdClassName
{
border-color: #448F3F;
}
.TagClassName
{
border-color: #448F3F;
}
</style>