Shades of La Palma #42913A
Tints of La Palma #42913A
RGB
CMYK
RGB Variations
Color information
#42913A (or 0x42913A) is known color: La Palma. HEX triplet: 42, 91 and 3A. RGB value is (66,145,58). Sum of RGB (Red+Green+Blue) = 66+145+58=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #42913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42913A is #BD6EC5. Grayscale: #6F6F6F. Windows color (decimal): -12414662 or 3838274. OLE color: 3838274.
HSL color Cylindrical-coordinate representation of color #42913A: hue angle of 114.48º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42913A is Cyan = 0.54, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 58 | - |
| CMYK | 0.54 | 0 | 0.6 | 0.43 |
| HSL | 114.48º | 0.43% | 0.4% | - |
| HSV(B) | 114.48º | 0.6% | 0.57% | - |
| XYZ | 13.14 | 21.71 | 7.5 | - |
| YUV | 111.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 58 | 0.54 | 0 | 0.6 | 0.43 | 114.48 | 0.43 | 0.4 |
| Hex | 42 | 91 | 3A | 36 | 0 | 3C | 2B | 72 | 2B | 28 |
| Octal | 102 | 221 | 72 | 66 | 0 | 74 | 53 | 162 | 53 | 50 |
| Binary | 1000010 | 10010001 | 111010 | 110110 | 0 | 111100 | 101011 | 1110010 | 101011 | 101000 |
Color Harmonies of #42913A
Complementary color
Monochromatic Colors of #42913A
Black with #42913A
Text Example
Text Example
White with #42913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42913A; }
p { color: rgb(66,145,58); }
H1.HeaderClassName
{
color: #42913A;
}
.AnyTagClassName
{
color: #42913A;
}
</style>
background-color css
<style>
a { background-color: #42913A; }
a { background-color: rgb(66,145,58); }
div.DivClassName
{
background-color: #42913A;
}
.BgClassName
{
background-color: #42913A;
}
</style>
border-color css
<style>
span { border-color: #42913A; }
span { border-color: rgb(66,145,58); }
td.TdClassName
{
border-color: #42913A;
}
.TagClassName
{
border-color: #42913A;
}
</style>