#3DAD4A

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

Shades of Fruit Salad #3DAD4A

Tints of Fruit Salad #3DAD4A

Color information

#3DAD4A (or 0x3DAD4A) is unknown color: approx Fruit Salad. HEX triplet: 3D, AD and 4A. RGB value is (61,173,74). Sum of RGB (Red+Green+Blue) = 61+173+74=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAD4A is #C252B5. Grayscale: #808080. Windows color (decimal): -12735158 or 4894013. OLE color: 4894013.

HSL color Cylindrical-coordinate representation of color #3DAD4A: hue angle of 126.96º 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 #3DAD4A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB6117374-
CMYK0.6500.570.32
HSL126.96º47.86%45.88%-
HSV(B)126.96º64.74%67.84%-
XYZ18.131.3711.58-
YUV128.2397.3980.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 173 (67.97% from 255) = 56.17%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=19.81%
G=56.17%
B=24.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61173740.6500.570.32126.9647.8645.88
Hex3DAD4A41039207f302e
Octal75255112101071401776056
Binary111101101011011001010100000101110011000001111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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