Shades of La Palma #448431
Tints of La Palma #448431
RGB
CMYK
RGB Variations
Color information
#448431 (or 0x448431) is known color: La Palma. HEX triplet: 44, 84 and 31. RGB value is (68,132,49). Sum of RGB (Red+Green+Blue) = 68+132+49=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #448431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448431 is #BB7BCE. Grayscale: #676767. Windows color (decimal): -12286927 or 3245124. OLE color: 3245124.
HSL color Cylindrical-coordinate representation of color #448431: hue angle of 106.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448431 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 49 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.48 |
| HSL | 106.27º | 0.46% | 0.35% | - |
| HSV(B) | 106.27º | 0.63% | 0.52% | - |
| XYZ | 11.19 | 17.95 | 5.78 | - |
| YUV | 103.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 49 | 0.48 | 0 | 0.63 | 0.48 | 106.27 | 0.46 | 0.35 |
| Hex | 44 | 84 | 31 | 30 | 0 | 3F | 30 | 6A | 2E | 23 |
| Octal | 104 | 204 | 61 | 60 | 0 | 77 | 60 | 152 | 56 | 43 |
| Binary | 1000100 | 10000100 | 110001 | 110000 | 0 | 111111 | 110000 | 1101010 | 101110 | 100011 |
Color Harmonies of #448431
Complementary color
Monochromatic Colors of #448431
Black with #448431
Text Example
Text Example
White with #448431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448431; }
p { color: rgb(68,132,49); }
H1.HeaderClassName
{
color: #448431;
}
.AnyTagClassName
{
color: #448431;
}
</style>
background-color css
<style>
a { background-color: #448431; }
a { background-color: rgb(68,132,49); }
div.DivClassName
{
background-color: #448431;
}
.BgClassName
{
background-color: #448431;
}
</style>
border-color css
<style>
span { border-color: #448431; }
span { border-color: rgb(68,132,49); }
td.TdClassName
{
border-color: #448431;
}
.TagClassName
{
border-color: #448431;
}
</style>