Shades of La Palma #449D33
Tints of La Palma #449D33
RGB
CMYK
RGB Variations
Color information
#449D33 (or 0x449D33) is known color: La Palma. HEX triplet: 44, 9D and 33. RGB value is (68,157,51). Sum of RGB (Red+Green+Blue) = 68+157+51=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #449D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D33 is #BB62CC. Grayscale: #767676. Windows color (decimal): -12280525 or 3382596. OLE color: 3382596.
HSL color Cylindrical-coordinate representation of color #449D33: hue angle of 110.38º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #449D33 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 51 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.38 |
| HSL | 110.38º | 0.51% | 0.41% | - |
| HSV(B) | 110.38º | 0.68% | 0.62% | - |
| XYZ | 15.04 | 25.58 | 7.28 | - |
| YUV | 118.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 51 | 0.57 | 0 | 0.68 | 0.38 | 110.38 | 0.51 | 0.41 |
| Hex | 44 | 9D | 33 | 39 | 0 | 44 | 26 | 6E | 33 | 29 |
| Octal | 104 | 235 | 63 | 71 | 0 | 104 | 46 | 156 | 63 | 51 |
| Binary | 1000100 | 10011101 | 110011 | 111001 | 0 | 1000100 | 100110 | 1101110 | 110011 | 101001 |
Color Harmonies of #449D33
Complementary color
Monochromatic Colors of #449D33
Black with #449D33
Text Example
Text Example
White with #449D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D33; }
p { color: rgb(68,157,51); }
H1.HeaderClassName
{
color: #449D33;
}
.AnyTagClassName
{
color: #449D33;
}
</style>
background-color css
<style>
a { background-color: #449D33; }
a { background-color: rgb(68,157,51); }
div.DivClassName
{
background-color: #449D33;
}
.BgClassName
{
background-color: #449D33;
}
</style>
border-color css
<style>
span { border-color: #449D33; }
span { border-color: rgb(68,157,51); }
td.TdClassName
{
border-color: #449D33;
}
.TagClassName
{
border-color: #449D33;
}
</style>