#3DAA42

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

Shades of Fruit Salad #3DAA42

Tints of Fruit Salad #3DAA42

Color information

#3DAA42 (or 0x3DAA42) is unknown color: approx Fruit Salad. HEX triplet: 3D, AA and 42. RGB value is (61,170,66). Sum of RGB (Red+Green+Blue) = 61+170+66=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA42 is #C255BD. Grayscale: #7D7D7D. Windows color (decimal): -12735934 or 4368957. OLE color: 4368957.

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

Color convert

RGB6117066-
CMYK0.6400.610.33
HSL122.75º47.19%45.29%-
HSV(B)122.75º64.12%66.67%-
XYZ17.2830.1310.06-
YUV125.5594.3981.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=20.54%
G=57.24%
B=22.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61170660.6400.610.33122.7547.1945.29
Hex3DAA424003D217b2f2d
Octal75252102100075411735755
Binary111101101010101000010100000001111011000011111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAA42; }

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

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

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

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

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

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

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

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