#3DA240

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

Shades of Fruit Salad #3DA240

Tints of Fruit Salad #3DA240

Color information

#3DA240 (or 0x3DA240) is unknown color: approx Fruit Salad. HEX triplet: 3D, A2 and 40. RGB value is (61,162,64). Sum of RGB (Red+Green+Blue) = 61+162+64=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA240 is #C25DBF. Grayscale: #787878. Windows color (decimal): -12737984 or 4235837. OLE color: 4235837.

HSL color Cylindrical-coordinate representation of color #3DA240: hue angle of 121.78º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA240 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB6116264-
CMYK0.6200.600.36
HSL121.78º45.29%43.73%-
HSV(B)121.78º62.35%63.53%-
XYZ15.7727.29.27-
YUV120.6396.0485.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=21.25%
G=56.45%
B=22.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61162640.6200.600.36121.7845.2943.73
Hex3DA2403E03C247a2d2c
Octal7524210076074441725554
Binary11110110100010100000011111001111001001001111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,64); }

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

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

 a { background-color: rgb(61,162,64); }

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

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

 span { border-color: rgb(61,162,64); }

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