#42A540

Color #42A540 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42A540

Tints of Fruit Salad #42A540

Color information

#42A540 (or 0x42A540) is unknown color: approx Fruit Salad. HEX triplet: 42, A5 and 40. RGB value is (66,165,64). Sum of RGB (Red+Green+Blue) = 66+165+64=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #42A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A540 is #BD5ABF. Grayscale: #7C7C7C. Windows color (decimal): -12409536 or 4236610. OLE color: 4236610.

HSL color Cylindrical-coordinate representation of color #42A540: hue angle of 118.81º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A540 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB6616564-
CMYK0.6000.610.35
HSL118.81º44.1%44.9%-
HSV(B)118.81º61.21%64.71%-
XYZ16.6328.449.46-
YUV123.8894.286.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=22.37%
G=55.93%
B=21.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165640.6000.610.35118.8144.144.9
Hex42A5403C03D23772c2d
Octal10224510074075431675455
Binary100001010100101100000011110001111011000111110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,64); }

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

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

 a { background-color: rgb(66,165,64); }

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

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

 span { border-color: rgb(66,165,64); }

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