#3da941

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

Shades of Fruit Salad #3DA941

Tints of Fruit Salad #3DA941

Color information

#3DA941 (or 0x3DA941) is unknown color: approx Fruit Salad. HEX triplet: 3D, A9 and 41. RGB value is (61,169,65). Sum of RGB (Red+Green+Blue) = 61+169+65=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA941 is #C256BE. Grayscale: #7D7D7D. Windows color (decimal): -12736191 or 4303165. OLE color: 4303165.

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

Color convert

RGB6116965-
CMYK0.6400.620.34
HSL122.22º46.96%45.1%-
HSV(B)122.22º63.91%66.27%-
XYZ17.0729.759.84-
YUV124.8594.2282.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=20.68%
G=57.29%
B=22.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61169650.6400.620.34122.2246.9645.1
Hex3DA9414003E227a2f2d
Octal75251101100076421725755
Binary111101101010011000001100000001111101000101111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3da941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,169,65); }

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

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

 a { background-color: rgb(61,169,65); }

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

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

 span { border-color: rgb(61,169,65); }

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