Shades of La Palma #449C34
Tints of La Palma #449C34
RGB
CMYK
RGB Variations
Color information
#449C34 (or 0x449C34) is known color: La Palma. HEX triplet: 44, 9C and 34. RGB value is (68,156,52). Sum of RGB (Red+Green+Blue) = 68+156+52=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #449C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C34 is #BB63CB. Grayscale: #767676. Windows color (decimal): -12280780 or 3447876. OLE color: 3447876.
HSL color Cylindrical-coordinate representation of color #449C34: hue angle of 110.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449C34 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 52 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.39 |
| HSL | 110.77º | 0.5% | 0.41% | - |
| HSV(B) | 110.77º | 0.67% | 0.61% | - |
| XYZ | 14.89 | 25.25 | 7.34 | - |
| YUV | 117.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 52 | 0.56 | 0 | 0.67 | 0.39 | 110.77 | 0.5 | 0.41 |
| Hex | 44 | 9C | 34 | 38 | 0 | 43 | 27 | 6F | 32 | 29 |
| Octal | 104 | 234 | 64 | 70 | 0 | 103 | 47 | 157 | 62 | 51 |
| Binary | 1000100 | 10011100 | 110100 | 111000 | 0 | 1000011 | 100111 | 1101111 | 110010 | 101001 |
Color Harmonies of #449C34
Complementary color
Monochromatic Colors of #449C34
Black with #449C34
Text Example
Text Example
White with #449C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C34; }
p { color: rgb(68,156,52); }
H1.HeaderClassName
{
color: #449C34;
}
.AnyTagClassName
{
color: #449C34;
}
</style>
background-color css
<style>
a { background-color: #449C34; }
a { background-color: rgb(68,156,52); }
div.DivClassName
{
background-color: #449C34;
}
.BgClassName
{
background-color: #449C34;
}
</style>
border-color css
<style>
span { border-color: #449C34; }
span { border-color: rgb(68,156,52); }
td.TdClassName
{
border-color: #449C34;
}
.TagClassName
{
border-color: #449C34;
}
</style>