#3DA140

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

Shades of Fruit Salad #3DA140

Tints of Fruit Salad #3DA140

Color information

#3DA140 (or 0x3DA140) is unknown color: approx Fruit Salad. HEX triplet: 3D, A1 and 40. RGB value is (61,161,64). Sum of RGB (Red+Green+Blue) = 61+161+64=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA140 is #C25EBF. Grayscale: #787878. Windows color (decimal): -12738240 or 4235581. OLE color: 4235581.

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

Color convert

RGB6116164-
CMYK0.6200.600.37
HSL121.8º45.05%43.53%-
HSV(B)121.8º62.11%63.14%-
XYZ15.5926.859.21-
YUV120.0496.3785.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 161 (63.28% from 255) = 56.29%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=21.33%
G=56.29%
B=22.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61161640.6200.600.37121.845.0543.53
Hex3DA1403E03C257a2d2c
Octal7524110076074451725554
Binary11110110100001100000011111001111001001011111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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