#429034

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

Shades of La Palma #429034

Tints of La Palma #429034

Color information

#429034 (or 0x429034) is unknown color: approx La Palma. HEX triplet: 42, 90 and 34. RGB value is (66,144,52). Sum of RGB (Red+Green+Blue) = 66+144+52=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #429034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429034 is #BD6FCB. Grayscale: #6E6E6E. Windows color (decimal): -12414924 or 3444802. OLE color: 3444802.

HSL color Cylindrical-coordinate representation of color #429034: hue angle of 110.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429034 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB6614452-
CMYK0.5400.640.44
HSL110.87º46.94%38.43%-
HSV(B)110.87º63.89%56.47%-
XYZ12.8421.356.69-
YUV110.1995.1696.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=25.19%
G=54.96%
B=19.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144520.5400.640.44110.8746.9438.43
Hex429034360402C6f2f26
Octal10222064660100541575746
Binary100001010010000110100110110010000001011001101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429034; }

 p { color: rgb(66,144,52); }

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

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

 a { background-color: rgb(66,144,52); }

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

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

 span { border-color: rgb(66,144,52); }

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