#42AA3C

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

Shades of Fruit Salad #42AA3C

Tints of Fruit Salad #42AA3C

Color information

#42AA3C (or 0x42AA3C) is unknown color: approx Fruit Salad. HEX triplet: 42, AA and 3C. RGB value is (66,170,60). Sum of RGB (Red+Green+Blue) = 66+170+60=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA3C is #BD55C3. Grayscale: #7E7E7E. Windows color (decimal): -12408260 or 3975746. OLE color: 3975746.

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

Color convert

RGB6617060-
CMYK0.6100.650.33
HSL116.73º47.83%45.1%-
HSV(B)116.73º64.71%66.67%-
XYZ17.4430.239.19-
YUV126.3690.5484.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=22.30%
G=57.43%
B=20.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170600.6100.650.33116.7347.8345.1
Hex42AA3C3D0412175302d
Octal10225274750101411656055
Binary100001010101010111100111101010000011000011110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,170,60); }

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

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

 a { background-color: rgb(66,170,60); }

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

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

 span { border-color: rgb(66,170,60); }

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