#429528

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

Shades of La Palma #429528

Tints of La Palma #429528

Color information

#429528 (or 0x429528) is unknown color: approx La Palma. HEX triplet: 42, 95 and 28. RGB value is (66,149,40). Sum of RGB (Red+Green+Blue) = 66+149+40=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #429528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429528 is #BD6AD7. Grayscale: #707070. Windows color (decimal): -12413656 or 2659650. OLE color: 2659650.

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

Color convert

RGB6614940-
CMYK0.5600.730.42
HSL105.69º57.67%37.06%-
HSV(B)105.69º73.15%58.43%-
XYZ13.3822.815.7-
YUV111.7687.595.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 149 (58.59% from 255) = 58.43%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=25.88%
G=58.43%
B=15.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149400.5600.730.42105.6957.6737.06
Hex429528380492A6a3a25
Octal10222550700111521527245
Binary100001010010101101000111000010010011010101101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429528; }

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

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

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

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

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

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

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

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