#429932

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

Shades of La Palma #429932

Tints of La Palma #429932

Color information

#429932 (or 0x429932) is unknown color: approx La Palma. HEX triplet: 42, 99 and 32. RGB value is (66,153,50). Sum of RGB (Red+Green+Blue) = 66+153+50=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #429932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429932 is #BD66CD. Grayscale: #737373. Windows color (decimal): -12412622 or 3316034. OLE color: 3316034.

HSL color Cylindrical-coordinate representation of color #429932: hue angle of 110.68º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429932 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB6615350-
CMYK0.5700.670.4
HSL110.68º50.74%39.8%-
HSV(B)110.68º67.32%60%-
XYZ14.2124.176.93-
YUV115.2491.1892.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=24.54%
G=56.88%
B=18.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153500.5700.670.4110.6850.7439.8
Hex42993239043286f3328
Octal10223162710103501576350
Binary100001010011001110010111001010000111010001101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429932; }

 p { color: rgb(66,153,50); }

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

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

 a { background-color: rgb(66,153,50); }

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

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

 span { border-color: rgb(66,153,50); }

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