#3DA64C

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

Shades of Fruit Salad #3DA64C

Tints of Fruit Salad #3DA64C

Color information

#3DA64C (or 0x3DA64C) is unknown color: approx Fruit Salad. HEX triplet: 3D, A6 and 4C. RGB value is (61,166,76). Sum of RGB (Red+Green+Blue) = 61+166+76=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA64C is #C259B3. Grayscale: #7C7C7C. Windows color (decimal): -12736948 or 5023293. OLE color: 5023293.

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

Color convert

RGB6116676-
CMYK0.6300.540.35
HSL128.57º46.26%44.51%-
HSV(B)128.57º63.25%65.1%-
XYZ16.8728.7911.5-
YUV124.34100.7182.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 166 (65.23% from 255) = 54.79%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=20.13%
G=54.79%
B=25.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61166760.6300.540.35128.5746.2644.51
Hex3DA64C3F03623812e2d
Octal7524611477066432015655
Binary111101101001101001100111111011011010001110000001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,166,76); }

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

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

 a { background-color: rgb(61,166,76); }

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

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

 span { border-color: rgb(61,166,76); }

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