Shades of La Palma #429C35
Tints of La Palma #429C35
RGB
CMYK
RGB Variations
Color information
#429C35 (or 0x429C35) is known color: La Palma. HEX triplet: 42, 9C and 35. RGB value is (66,156,53). Sum of RGB (Red+Green+Blue) = 66+156+53=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #429C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C35 is #BD63CA. Grayscale: #757575. Windows color (decimal): -12411851 or 3513410. OLE color: 3513410.
HSL color Cylindrical-coordinate representation of color #429C35: hue angle of 112.43º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429C35 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 53 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.39 |
| HSL | 112.43º | 0.49% | 0.41% | - |
| HSV(B) | 112.43º | 0.66% | 0.61% | - |
| XYZ | 14.78 | 25.19 | 7.45 | - |
| YUV | 117.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 53 | 0.58 | 0 | 0.66 | 0.39 | 112.43 | 0.49 | 0.41 |
| Hex | 42 | 9C | 35 | 3A | 0 | 42 | 27 | 70 | 31 | 29 |
| Octal | 102 | 234 | 65 | 72 | 0 | 102 | 47 | 160 | 61 | 51 |
| Binary | 1000010 | 10011100 | 110101 | 111010 | 0 | 1000010 | 100111 | 1110000 | 110001 | 101001 |
Color Harmonies of #429C35
Complementary color
Monochromatic Colors of #429C35
Black with #429C35
Text Example
Text Example
White with #429C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C35; }
p { color: rgb(66,156,53); }
H1.HeaderClassName
{
color: #429C35;
}
.AnyTagClassName
{
color: #429C35;
}
</style>
background-color css
<style>
a { background-color: #429C35; }
a { background-color: rgb(66,156,53); }
div.DivClassName
{
background-color: #429C35;
}
.BgClassName
{
background-color: #429C35;
}
</style>
border-color css
<style>
span { border-color: #429C35; }
span { border-color: rgb(66,156,53); }
td.TdClassName
{
border-color: #429C35;
}
.TagClassName
{
border-color: #429C35;
}
</style>