Shades of La Palma #449D35
Tints of La Palma #449D35
RGB
CMYK
RGB Variations
Color information
#449D35 (or 0x449D35) is known color: La Palma. HEX triplet: 44, 9D and 35. RGB value is (68,157,53). Sum of RGB (Red+Green+Blue) = 68+157+53=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #449D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D35 is #BB62CA. Grayscale: #767676. Windows color (decimal): -12280523 or 3513668. OLE color: 3513668.
HSL color Cylindrical-coordinate representation of color #449D35: hue angle of 111.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449D35 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 53 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.38 |
| HSL | 111.35º | 0.5% | 0.41% | - |
| HSV(B) | 111.35º | 0.66% | 0.62% | - |
| XYZ | 15.08 | 25.6 | 7.51 | - |
| YUV | 118.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 53 | 0.57 | 0 | 0.66 | 0.38 | 111.35 | 0.5 | 0.41 |
| Hex | 44 | 9D | 35 | 39 | 0 | 42 | 26 | 6F | 32 | 29 |
| Octal | 104 | 235 | 65 | 71 | 0 | 102 | 46 | 157 | 62 | 51 |
| Binary | 1000100 | 10011101 | 110101 | 111001 | 0 | 1000010 | 100110 | 1101111 | 110010 | 101001 |
Color Harmonies of #449D35
Complementary color
Monochromatic Colors of #449D35
Black with #449D35
Text Example
Text Example
White with #449D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D35; }
p { color: rgb(68,157,53); }
H1.HeaderClassName
{
color: #449D35;
}
.AnyTagClassName
{
color: #449D35;
}
</style>
background-color css
<style>
a { background-color: #449D35; }
a { background-color: rgb(68,157,53); }
div.DivClassName
{
background-color: #449D35;
}
.BgClassName
{
background-color: #449D35;
}
</style>
border-color css
<style>
span { border-color: #449D35; }
span { border-color: rgb(68,157,53); }
td.TdClassName
{
border-color: #449D35;
}
.TagClassName
{
border-color: #449D35;
}
</style>