Shades of La Palma #449D1C
Tints of La Palma #449D1C
RGB
CMYK
RGB Variations
Color information
#449D1C (or 0x449D1C) is known color: La Palma. HEX triplet: 44, 9D and 1C. RGB value is (68,157,28). Sum of RGB (Red+Green+Blue) = 68+157+28=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #449D1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D1C is #BB62E3. Grayscale: #747474. Windows color (decimal): -12280548 or 1875268. OLE color: 1875268.
HSL color Cylindrical-coordinate representation of color #449D1C: hue angle of 101.4º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #449D1C is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 28 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.38 |
| HSL | 101.4º | 0.7% | 0.36% | - |
| HSV(B) | 101.4º | 0.82% | 0.62% | - |
| XYZ | 14.65 | 25.43 | 5.23 | - |
| YUV | 115.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 28 | 0.57 | 0 | 0.82 | 0.38 | 101.4 | 0.7 | 0.36 |
| Hex | 44 | 9D | 1C | 39 | 0 | 52 | 26 | 65 | 46 | 24 |
| Octal | 104 | 235 | 34 | 71 | 0 | 122 | 46 | 145 | 106 | 44 |
| Binary | 1000100 | 10011101 | 11100 | 111001 | 0 | 1010010 | 100110 | 1100101 | 1000110 | 100100 |
Color Harmonies of #449D1C
Complementary color
Monochromatic Colors of #449D1C
Black with #449D1C
Text Example
Text Example
White with #449D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D1C; }
p { color: rgb(68,157,28); }
H1.HeaderClassName
{
color: #449D1C;
}
.AnyTagClassName
{
color: #449D1C;
}
</style>
background-color css
<style>
a { background-color: #449D1C; }
a { background-color: rgb(68,157,28); }
div.DivClassName
{
background-color: #449D1C;
}
.BgClassName
{
background-color: #449D1C;
}
</style>
border-color css
<style>
span { border-color: #449D1C; }
span { border-color: rgb(68,157,28); }
td.TdClassName
{
border-color: #449D1C;
}
.TagClassName
{
border-color: #449D1C;
}
</style>