#429412

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

Shades of La Palma #429412

Tints of La Palma #429412

Color information

#429412 (or 0x429412) is unknown color: approx La Palma. HEX triplet: 42, 94 and 12. RGB value is (66,148,18). Sum of RGB (Red+Green+Blue) = 66+148+18=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #429412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429412 is #BD6BED. Grayscale: #6D6D6D. Windows color (decimal): -12413934 or 1217602. OLE color: 1217602.

HSL color Cylindrical-coordinate representation of color #429412: hue angle of 97.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #429412 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB6614818-
CMYK0.5500.880.42
HSL97.85º78.31%32.55%-
HSV(B)97.85º87.84%58.04%-
XYZ12.9522.384.21-
YUV108.6676.8397.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 148 (58.20% from 255) = 63.79%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=28.45%
G=63.79%
B=7.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148180.5500.880.4297.8578.3132.55
Hex429412370582A624e21
Octal102224226701305214211641
Binary100001010010100100101101110101100010101011000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429412; }

 p { color: rgb(66,148,18); }

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

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

 a { background-color: rgb(66,148,18); }

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

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

 span { border-color: rgb(66,148,18); }

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