#3DAD3F

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

Shades of Fruit Salad #3DAD3F

Tints of Fruit Salad #3DAD3F

Color information

#3DAD3F (or 0x3DAD3F) is unknown color: approx Fruit Salad. HEX triplet: 3D, AD and 3F. RGB value is (61,173,63). Sum of RGB (Red+Green+Blue) = 61+173+63=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD3F is #C252C0. Grayscale: #7F7F7F. Windows color (decimal): -12735169 or 4173117. OLE color: 4173117.

HSL color Cylindrical-coordinate representation of color #3DAD3F: hue angle of 121.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAD3F is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB6117363-
CMYK0.6500.640.32
HSL121.07º47.86%45.88%-
HSV(B)121.07º64.74%67.84%-
XYZ17.7731.249.8-
YUV126.9791.8980.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 63 (25% from 255) = 21.21%
R=20.54%
G=58.25%
B=21.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61173630.6500.640.32121.0747.8645.88
Hex3DAD3F410402079302e
Octal75255771010100401716056
Binary111101101011011111111000001010000001000001111001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,173,63); }

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

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

 a { background-color: rgb(61,173,63); }

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

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

 span { border-color: rgb(61,173,63); }

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