#42A434

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

Shades of La Palma #42A434

Tints of La Palma #42A434

Color information

#42A434 (or 0x42A434) is unknown color: approx La Palma. HEX triplet: 42, A4 and 34. RGB value is (66,164,52). Sum of RGB (Red+Green+Blue) = 66+164+52=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #42A434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A434 is #BD5BCB. Grayscale: #7A7A7A. Windows color (decimal): -12409804 or 3449922. OLE color: 3449922.

HSL color Cylindrical-coordinate representation of color #42A434: hue angle of 112.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A434 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB6616452-
CMYK0.6000.680.36
HSL112.5º51.85%42.35%-
HSV(B)112.5º68.29%64.31%-
XYZ16.1427.967.79-
YUV121.9388.5388.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 164 (64.45% from 255) = 58.16%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=23.40%
G=58.16%
B=18.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164520.6000.680.36112.551.8542.35
Hex42A4343C0442470342a
Octal10224464740104441606452
Binary100001010100100110100111100010001001001001110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A434; }

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

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

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

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

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

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

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

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