Shades of La Palma #449C35
Tints of La Palma #449C35
RGB
CMYK
RGB Variations
Color information
#449C35 (or 0x449C35) is known color: La Palma. HEX triplet: 44, 9C and 35. RGB value is (68,156,53). Sum of RGB (Red+Green+Blue) = 68+156+53=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #449C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C35 is #BB63CA. Grayscale: #767676. Windows color (decimal): -12280779 or 3513412. OLE color: 3513412.
HSL color Cylindrical-coordinate representation of color #449C35: hue angle of 111.26º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449C35 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 53 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.39 |
| HSL | 111.26º | 0.49% | 0.41% | - |
| HSV(B) | 111.26º | 0.66% | 0.61% | - |
| XYZ | 14.91 | 25.26 | 7.46 | - |
| YUV | 117.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 53 | 0.56 | 0 | 0.66 | 0.39 | 111.26 | 0.49 | 0.41 |
| Hex | 44 | 9C | 35 | 38 | 0 | 42 | 27 | 6F | 31 | 29 |
| Octal | 104 | 234 | 65 | 70 | 0 | 102 | 47 | 157 | 61 | 51 |
| Binary | 1000100 | 10011100 | 110101 | 111000 | 0 | 1000010 | 100111 | 1101111 | 110001 | 101001 |
Color Harmonies of #449C35
Complementary color
Monochromatic Colors of #449C35
Black with #449C35
Text Example
Text Example
White with #449C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C35; }
p { color: rgb(68,156,53); }
H1.HeaderClassName
{
color: #449C35;
}
.AnyTagClassName
{
color: #449C35;
}
</style>
background-color css
<style>
a { background-color: #449C35; }
a { background-color: rgb(68,156,53); }
div.DivClassName
{
background-color: #449C35;
}
.BgClassName
{
background-color: #449C35;
}
</style>
border-color css
<style>
span { border-color: #449C35; }
span { border-color: rgb(68,156,53); }
td.TdClassName
{
border-color: #449C35;
}
.TagClassName
{
border-color: #449C35;
}
</style>