Shades of La Palma #42953B
Tints of La Palma #42953B
RGB
CMYK
RGB Variations
Color information
#42953B (or 0x42953B) is known color: La Palma. HEX triplet: 42, 95 and 3B. RGB value is (66,149,59). Sum of RGB (Red+Green+Blue) = 66+149+59=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #42953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42953B is #BD6AC4. Grayscale: #727272. Windows color (decimal): -12413637 or 3904834. OLE color: 3904834.
HSL color Cylindrical-coordinate representation of color #42953B: hue angle of 115.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42953B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 59 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.42 |
| HSL | 115.33º | 0.43% | 0.41% | - |
| HSV(B) | 115.33º | 0.6% | 0.58% | - |
| XYZ | 13.78 | 22.97 | 7.84 | - |
| YUV | 113.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 59 | 0.56 | 0 | 0.60 | 0.42 | 115.33 | 0.43 | 0.41 |
| Hex | 42 | 95 | 3B | 38 | 0 | 3C | 2A | 73 | 2B | 29 |
| Octal | 102 | 225 | 73 | 70 | 0 | 74 | 52 | 163 | 53 | 51 |
| Binary | 1000010 | 10010101 | 111011 | 111000 | 0 | 111100 | 101010 | 1110011 | 101011 | 101001 |
Color Harmonies of #42953B
Complementary color
Monochromatic Colors of #42953B
Black with #42953B
Text Example
Text Example
White with #42953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42953B; }
p { color: rgb(66,149,59); }
H1.HeaderClassName
{
color: #42953B;
}
.AnyTagClassName
{
color: #42953B;
}
</style>
background-color css
<style>
a { background-color: #42953B; }
a { background-color: rgb(66,149,59); }
div.DivClassName
{
background-color: #42953B;
}
.BgClassName
{
background-color: #42953B;
}
</style>
border-color css
<style>
span { border-color: #42953B; }
span { border-color: rgb(66,149,59); }
td.TdClassName
{
border-color: #42953B;
}
.TagClassName
{
border-color: #42953B;
}
</style>