Shades of La Palma #43952A
Tints of La Palma #43952A
RGB
CMYK
RGB Variations
Color information
#43952A (or 0x43952A) is known color: La Palma. HEX triplet: 43, 95 and 2A. RGB value is (67,149,42). Sum of RGB (Red+Green+Blue) = 67+149+42=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #43952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43952A is #BC6AD5. Grayscale: #707070. Windows color (decimal): -12348118 or 2790723. OLE color: 2790723.
HSL color Cylindrical-coordinate representation of color #43952A: hue angle of 105.98º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43952A is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 149 | 42 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.42 |
| HSL | 105.98º | 0.56% | 0.37% | - |
| HSV(B) | 105.98º | 0.72% | 0.58% | - |
| XYZ | 13.48 | 22.86 | 5.89 | - |
| YUV | 112.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 42 | 0.55 | 0 | 0.72 | 0.42 | 105.98 | 0.56 | 0.37 |
| Hex | 43 | 95 | 2A | 37 | 0 | 48 | 2A | 6A | 38 | 25 |
| Octal | 103 | 225 | 52 | 67 | 0 | 110 | 52 | 152 | 70 | 45 |
| Binary | 1000011 | 10010101 | 101010 | 110111 | 0 | 1001000 | 101010 | 1101010 | 111000 | 100101 |
Color Harmonies of #43952A
Complementary color
Monochromatic Colors of #43952A
Black with #43952A
Text Example
Text Example
White with #43952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43952A; }
p { color: rgb(67,149,42); }
H1.HeaderClassName
{
color: #43952A;
}
.AnyTagClassName
{
color: #43952A;
}
</style>
background-color css
<style>
a { background-color: #43952A; }
a { background-color: rgb(67,149,42); }
div.DivClassName
{
background-color: #43952A;
}
.BgClassName
{
background-color: #43952A;
}
</style>
border-color css
<style>
span { border-color: #43952A; }
span { border-color: rgb(67,149,42); }
td.TdClassName
{
border-color: #43952A;
}
.TagClassName
{
border-color: #43952A;
}
</style>