Shades of La Palma #448C38
Tints of La Palma #448C38
RGB
CMYK
RGB Variations
Color information
#448C38 (or 0x448C38) is known color: La Palma. HEX triplet: 44, 8C and 38. RGB value is (68,140,56). Sum of RGB (Red+Green+Blue) = 68+140+56=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #448C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C38 is #BB73C7. Grayscale: #6D6D6D. Windows color (decimal): -12284872 or 3705924. OLE color: 3705924.
HSL color Cylindrical-coordinate representation of color #448C38: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448C38 is Cyan = 0.51, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 140 | 56 | - |
| CMYK | 0.51 | 0 | 0.6 | 0.45 |
| HSL | 111.43º | 0.43% | 0.38% | - |
| HSV(B) | 111.43º | 0.6% | 0.55% | - |
| XYZ | 12.48 | 20.27 | 7 | - |
| YUV | 108.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 56 | 0.51 | 0 | 0.6 | 0.45 | 111.43 | 0.43 | 0.38 |
| Hex | 44 | 8C | 38 | 33 | 0 | 3C | 2D | 6F | 2B | 26 |
| Octal | 104 | 214 | 70 | 63 | 0 | 74 | 55 | 157 | 53 | 46 |
| Binary | 1000100 | 10001100 | 111000 | 110011 | 0 | 111100 | 101101 | 1101111 | 101011 | 100110 |
Color Harmonies of #448C38
Complementary color
Monochromatic Colors of #448C38
Black with #448C38
Text Example
Text Example
White with #448C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448C38; }
p { color: rgb(68,140,56); }
H1.HeaderClassName
{
color: #448C38;
}
.AnyTagClassName
{
color: #448C38;
}
</style>
background-color css
<style>
a { background-color: #448C38; }
a { background-color: rgb(68,140,56); }
div.DivClassName
{
background-color: #448C38;
}
.BgClassName
{
background-color: #448C38;
}
</style>
border-color css
<style>
span { border-color: #448C38; }
span { border-color: rgb(68,140,56); }
td.TdClassName
{
border-color: #448C38;
}
.TagClassName
{
border-color: #448C38;
}
</style>