#3DA53C

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

Shades of Fruit Salad #3DA53C

Tints of Fruit Salad #3DA53C

Color information

#3DA53C (or 0x3DA53C) is unknown color: approx Fruit Salad. HEX triplet: 3D, A5 and 3C. RGB value is (61,165,60). Sum of RGB (Red+Green+Blue) = 61+165+60=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA53C is #C25AC3. Grayscale: #7A7A7A. Windows color (decimal): -12737220 or 3974461. OLE color: 3974461.

HSL color Cylindrical-coordinate representation of color #3DA53C: hue angle of 119.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA53C is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB6116560-
CMYK0.6300.640.35
HSL119.43º46.67%44.12%-
HSV(B)119.43º63.64%64.71%-
XYZ16.228.238.87-
YUV121.9393.0484.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 165 (64.84% from 255) = 57.69%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=21.33%
G=57.69%
B=20.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61165600.6300.640.35119.4346.6744.12
Hex3DA53C3F04023772f2c
Octal7524574770100431675754
Binary11110110100101111100111111010000001000111110111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,60); }

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

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

 a { background-color: rgb(61,165,60); }

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

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

 span { border-color: rgb(61,165,60); }

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