Shades of La Palma #43A035
Tints of La Palma #43A035
RGB
CMYK
RGB Variations
Color information
#43A035 (or 0x43A035) is known color: La Palma. HEX triplet: 43, A0 and 35. RGB value is (67,160,53). Sum of RGB (Red+Green+Blue) = 67+160+53=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #43A035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A035 is #BC5FCA. Grayscale: #787878. Windows color (decimal): -12345291 or 3514435. OLE color: 3514435.
HSL color Cylindrical-coordinate representation of color #43A035: hue angle of 112.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43A035 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 53 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.37 |
| HSL | 112.15º | 0.5% | 0.42% | - |
| HSV(B) | 112.15º | 0.67% | 0.63% | - |
| XYZ | 15.53 | 26.59 | 7.68 | - |
| YUV | 120 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 53 | 0.58 | 0 | 0.67 | 0.37 | 112.15 | 0.5 | 0.42 |
| Hex | 43 | A0 | 35 | 3A | 0 | 43 | 25 | 70 | 32 | 2A |
| Octal | 103 | 240 | 65 | 72 | 0 | 103 | 45 | 160 | 62 | 52 |
| Binary | 1000011 | 10100000 | 110101 | 111010 | 0 | 1000011 | 100101 | 1110000 | 110010 | 101010 |
Color Harmonies of #43A035
Complementary color
Monochromatic Colors of #43A035
Black with #43A035
Text Example
Text Example
White with #43A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A035; }
p { color: rgb(67,160,53); }
H1.HeaderClassName
{
color: #43A035;
}
.AnyTagClassName
{
color: #43A035;
}
</style>
background-color css
<style>
a { background-color: #43A035; }
a { background-color: rgb(67,160,53); }
div.DivClassName
{
background-color: #43A035;
}
.BgClassName
{
background-color: #43A035;
}
</style>
border-color css
<style>
span { border-color: #43A035; }
span { border-color: rgb(67,160,53); }
td.TdClassName
{
border-color: #43A035;
}
.TagClassName
{
border-color: #43A035;
}
</style>