#429529

Color #429529 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #429529

Tints of La Palma #429529

Color information

#429529 (or 0x429529) is unknown color: approx La Palma. HEX triplet: 42, 95 and 29. RGB value is (66,149,41). Sum of RGB (Red+Green+Blue) = 66+149+41=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #429529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429529 is #BD6AD6. Grayscale: #707070. Windows color (decimal): -12413655 or 2725186. OLE color: 2725186.

HSL color Cylindrical-coordinate representation of color #429529: hue angle of 106.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429529 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB6614941-
CMYK0.5600.720.42
HSL106.11º56.84%37.25%-
HSV(B)106.11º72.48%58.43%-
XYZ13.3922.815.8-
YUV111.878895.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=25.78%
G=58.20%
B=16.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149410.5600.720.42106.1156.8437.25
Hex429529380482A6a3925
Octal10222551700110521527145
Binary100001010010101101001111000010010001010101101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429529; }

 p { color: rgb(66,149,41); }

 H1.HeaderClassName
 {
   color: #429529;
 }
 .AnyTagClassName
 {
   color: #429529;
 }
</style>
background-color css

<style>
 a { background-color: #429529; }

 a { background-color: rgb(66,149,41); }

 div.DivClassName
 {
   background-color: #429529;
 }
 .BgClassName
 {
   background-color: #429529;
 }
</style>
border-color css

<style>
 span { border-color: #429529; }

 span { border-color: rgb(66,149,41); }

 td.TdClassName
 {
   border-color: #429529;
 }
 .TagClassName
 {
   border-color: #429529;
 }
</style>