#429420

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

Shades of La Palma #429420

Tints of La Palma #429420

Color information

#429420 (or 0x429420) is unknown color: approx La Palma. HEX triplet: 42, 94 and 20. RGB value is (66,148,32). Sum of RGB (Red+Green+Blue) = 66+148+32=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #429420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429420 is #BD6BDF. Grayscale: #6E6E6E. Windows color (decimal): -12413920 or 2135106. OLE color: 2135106.

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

Color convert

RGB6614832-
CMYK0.5500.780.42
HSL102.41º64.44%35.29%-
HSV(B)102.41º78.38%58.04%-
XYZ13.122.445.01-
YUV110.2683.8396.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 148 (58.20% from 255) = 60.16%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=26.83%
G=60.16%
B=13.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148320.5500.780.42102.4164.4435.29
Hex4294203704E2A664023
Octal102224406701165214610043
Binary1000010100101001000001101110100111010101011001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429420; }

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

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

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

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

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

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

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

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