Shades of La Palma #42883B
Tints of La Palma #42883B
RGB
CMYK
RGB Variations
Color information
#42883B (or 0x42883B) is known color: La Palma. HEX triplet: 42, 88 and 3B. RGB value is (66,136,59). Sum of RGB (Red+Green+Blue) = 66+136+59=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #42883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42883B is #BD77C4. Grayscale: #6A6A6A. Windows color (decimal): -12416965 or 3901506. OLE color: 3901506.
HSL color Cylindrical-coordinate representation of color #42883B: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42883B is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 59 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.47 |
| HSL | 114.55º | 0.39% | 0.38% | - |
| HSV(B) | 114.55º | 0.57% | 0.53% | - |
| XYZ | 11.84 | 19.08 | 7.2 | - |
| YUV | 106.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 59 | 0.51 | 0 | 0.57 | 0.47 | 114.55 | 0.39 | 0.38 |
| Hex | 42 | 88 | 3B | 33 | 0 | 39 | 2F | 73 | 27 | 26 |
| Octal | 102 | 210 | 73 | 63 | 0 | 71 | 57 | 163 | 47 | 46 |
| Binary | 1000010 | 10001000 | 111011 | 110011 | 0 | 111001 | 101111 | 1110011 | 100111 | 100110 |
Color Harmonies of #42883B
Complementary color
Monochromatic Colors of #42883B
Black with #42883B
Text Example
Text Example
White with #42883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42883B; }
p { color: rgb(66,136,59); }
H1.HeaderClassName
{
color: #42883B;
}
.AnyTagClassName
{
color: #42883B;
}
</style>
background-color css
<style>
a { background-color: #42883B; }
a { background-color: rgb(66,136,59); }
div.DivClassName
{
background-color: #42883B;
}
.BgClassName
{
background-color: #42883B;
}
</style>
border-color css
<style>
span { border-color: #42883B; }
span { border-color: rgb(66,136,59); }
td.TdClassName
{
border-color: #42883B;
}
.TagClassName
{
border-color: #42883B;
}
</style>