Shades of La Palma #448523
Tints of La Palma #448523
RGB
CMYK
RGB Variations
Color information
#448523 (or 0x448523) is known color: La Palma. HEX triplet: 44, 85 and 23. RGB value is (68,133,35). Sum of RGB (Red+Green+Blue) = 68+133+35=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #448523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448523 is #BB7ADC. Grayscale: #666666. Windows color (decimal): -12286685 or 2327876. OLE color: 2327876.
HSL color Cylindrical-coordinate representation of color #448523: hue angle of 99.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #448523 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 35 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.48 |
| HSL | 99.8º | 0.58% | 0.33% | - |
| HSV(B) | 99.8º | 0.74% | 0.52% | - |
| XYZ | 11.07 | 18.13 | 4.5 | - |
| YUV | 102.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 35 | 0.49 | 0 | 0.74 | 0.48 | 99.8 | 0.58 | 0.33 |
| Hex | 44 | 85 | 23 | 31 | 0 | 4A | 30 | 64 | 3A | 21 |
| Octal | 104 | 205 | 43 | 61 | 0 | 112 | 60 | 144 | 72 | 41 |
| Binary | 1000100 | 10000101 | 100011 | 110001 | 0 | 1001010 | 110000 | 1100100 | 111010 | 100001 |
Color Harmonies of #448523
Complementary color
Monochromatic Colors of #448523
Black with #448523
Text Example
Text Example
White with #448523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448523; }
p { color: rgb(68,133,35); }
H1.HeaderClassName
{
color: #448523;
}
.AnyTagClassName
{
color: #448523;
}
</style>
background-color css
<style>
a { background-color: #448523; }
a { background-color: rgb(68,133,35); }
div.DivClassName
{
background-color: #448523;
}
.BgClassName
{
background-color: #448523;
}
</style>
border-color css
<style>
span { border-color: #448523; }
span { border-color: rgb(68,133,35); }
td.TdClassName
{
border-color: #448523;
}
.TagClassName
{
border-color: #448523;
}
</style>