Shades of La Palma #428238
Tints of La Palma #428238
RGB
CMYK
RGB Variations
Color information
#428238 (or 0x428238) is known color: La Palma. HEX triplet: 42, 82 and 38. RGB value is (66,130,56). Sum of RGB (Red+Green+Blue) = 66+130+56=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #428238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428238 is #BD7DC7. Grayscale: #666666. Windows color (decimal): -12418504 or 3703362. OLE color: 3703362.
HSL color Cylindrical-coordinate representation of color #428238: hue angle of 111.89º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428238 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 56 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.49 |
| HSL | 111.89º | 0.4% | 0.36% | - |
| HSV(B) | 111.89º | 0.57% | 0.51% | - |
| XYZ | 10.94 | 17.41 | 6.52 | - |
| YUV | 102.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 56 | 0.49 | 0 | 0.57 | 0.49 | 111.89 | 0.4 | 0.36 |
| Hex | 42 | 82 | 38 | 31 | 0 | 39 | 31 | 70 | 28 | 24 |
| Octal | 102 | 202 | 70 | 61 | 0 | 71 | 61 | 160 | 50 | 44 |
| Binary | 1000010 | 10000010 | 111000 | 110001 | 0 | 111001 | 110001 | 1110000 | 101000 | 100100 |
Color Harmonies of #428238
Complementary color
Monochromatic Colors of #428238
Black with #428238
Text Example
Text Example
White with #428238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428238; }
p { color: rgb(66,130,56); }
H1.HeaderClassName
{
color: #428238;
}
.AnyTagClassName
{
color: #428238;
}
</style>
background-color css
<style>
a { background-color: #428238; }
a { background-color: rgb(66,130,56); }
div.DivClassName
{
background-color: #428238;
}
.BgClassName
{
background-color: #428238;
}
</style>
border-color css
<style>
span { border-color: #428238; }
span { border-color: rgb(66,130,56); }
td.TdClassName
{
border-color: #428238;
}
.TagClassName
{
border-color: #428238;
}
</style>