Shades of La Palma #43A42D
Tints of La Palma #43A42D
RGB
CMYK
RGB Variations
Color information
#43A42D (or 0x43A42D) is known color: La Palma. HEX triplet: 43, A4 and 2D. RGB value is (67,164,45). Sum of RGB (Red+Green+Blue) = 67+164+45=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #43A42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A42D is #BC5BD2. Grayscale: #797979. Windows color (decimal): -12344275 or 2991171. OLE color: 2991171.
HSL color Cylindrical-coordinate representation of color #43A42D: hue angle of 108.91º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43A42D is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 45 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.36 |
| HSL | 108.91º | 0.57% | 0.41% | - |
| HSV(B) | 108.91º | 0.73% | 0.64% | - |
| XYZ | 16.06 | 27.93 | 7.03 | - |
| YUV | 121.43 | 84.86 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 45 | 0.59 | 0 | 0.73 | 0.36 | 108.91 | 0.57 | 0.41 |
| Hex | 43 | A4 | 2D | 3B | 0 | 49 | 24 | 6D | 39 | 29 |
| Octal | 103 | 244 | 55 | 73 | 0 | 111 | 44 | 155 | 71 | 51 |
| Binary | 1000011 | 10100100 | 101101 | 111011 | 0 | 1001001 | 100100 | 1101101 | 111001 | 101001 |
Color Harmonies of #43A42D
Complementary color
Monochromatic Colors of #43A42D
Black with #43A42D
Text Example
Text Example
White with #43A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A42D; }
p { color: rgb(67,164,45); }
H1.HeaderClassName
{
color: #43A42D;
}
.AnyTagClassName
{
color: #43A42D;
}
</style>
background-color css
<style>
a { background-color: #43A42D; }
a { background-color: rgb(67,164,45); }
div.DivClassName
{
background-color: #43A42D;
}
.BgClassName
{
background-color: #43A42D;
}
</style>
border-color css
<style>
span { border-color: #43A42D; }
span { border-color: rgb(67,164,45); }
td.TdClassName
{
border-color: #43A42D;
}
.TagClassName
{
border-color: #43A42D;
}
</style>