Shades of La Palma #449500
Tints of La Palma #449500
RGB
CMYK
RGB Variations
Color information
#449500 (or 0x449500) is known color: La Palma. HEX triplet: 44, 95 and 00. RGB value is (68,149,0). Sum of RGB (Red+Green+Blue) = 68+149+0=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #449500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449500 is #BB6AFF. Grayscale: #6C6C6C. Windows color (decimal): -12282624 or 38212. OLE color: 38212.
HSL color Cylindrical-coordinate representation of color #449500: hue angle of 92.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #449500 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.42 |
| HSL | 92.62º | 1% | 0.29% | - |
| HSV(B) | 92.62º | 1% | 0.58% | - |
| XYZ | 13.13 | 22.72 | 3.69 | - |
| YUV | 107.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 0 | 0.54 | 0 | 1 | 0.42 | 92.62 | 1 | 0.29 |
| Hex | 44 | 95 | 0 | 36 | 0 | 64 | 2A | 5D | 64 | 1D |
| Octal | 104 | 225 | 0 | 66 | 0 | 144 | 52 | 135 | 144 | 35 |
| Binary | 1000100 | 10010101 | 0 | 110110 | 0 | 1100100 | 101010 | 1011101 | 1100100 | 11101 |
Color Harmonies of #449500
Complementary color
Monochromatic Colors of #449500
Black with #449500
Text Example
Text Example
White with #449500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449500; }
p { color: rgb(68,149,0); }
H1.HeaderClassName
{
color: #449500;
}
.AnyTagClassName
{
color: #449500;
}
</style>
background-color css
<style>
a { background-color: #449500; }
a { background-color: rgb(68,149,0); }
div.DivClassName
{
background-color: #449500;
}
.BgClassName
{
background-color: #449500;
}
</style>
border-color css
<style>
span { border-color: #449500; }
span { border-color: rgb(68,149,0); }
td.TdClassName
{
border-color: #449500;
}
.TagClassName
{
border-color: #449500;
}
</style>