Shades of La Palma #449C1C
Tints of La Palma #449C1C
RGB
CMYK
RGB Variations
Color information
#449C1C (or 0x449C1C) is known color: La Palma. HEX triplet: 44, 9C and 1C. RGB value is (68,156,28). Sum of RGB (Red+Green+Blue) = 68+156+28=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #449C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C1C is #BB63E3. Grayscale: #737373. Windows color (decimal): -12280804 or 1875012. OLE color: 1875012.
HSL color Cylindrical-coordinate representation of color #449C1C: hue angle of 101.25º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #449C1C is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 28 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.39 |
| HSL | 101.25º | 0.7% | 0.36% | - |
| HSV(B) | 101.25º | 0.82% | 0.61% | - |
| XYZ | 14.48 | 25.09 | 5.18 | - |
| YUV | 115.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 28 | 0.56 | 0 | 0.82 | 0.39 | 101.25 | 0.7 | 0.36 |
| Hex | 44 | 9C | 1C | 38 | 0 | 52 | 27 | 65 | 46 | 24 |
| Octal | 104 | 234 | 34 | 70 | 0 | 122 | 47 | 145 | 106 | 44 |
| Binary | 1000100 | 10011100 | 11100 | 111000 | 0 | 1010010 | 100111 | 1100101 | 1000110 | 100100 |
Color Harmonies of #449C1C
Complementary color
Monochromatic Colors of #449C1C
Black with #449C1C
Text Example
Text Example
White with #449C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C1C; }
p { color: rgb(68,156,28); }
H1.HeaderClassName
{
color: #449C1C;
}
.AnyTagClassName
{
color: #449C1C;
}
</style>
background-color css
<style>
a { background-color: #449C1C; }
a { background-color: rgb(68,156,28); }
div.DivClassName
{
background-color: #449C1C;
}
.BgClassName
{
background-color: #449C1C;
}
</style>
border-color css
<style>
span { border-color: #449C1C; }
span { border-color: rgb(68,156,28); }
td.TdClassName
{
border-color: #449C1C;
}
.TagClassName
{
border-color: #449C1C;
}
</style>