#3DA04B

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

Shades of Fruit Salad #3DA04B

Tints of Fruit Salad #3DA04B

Color information

#3DA04B (or 0x3DA04B) is unknown color: approx Fruit Salad. HEX triplet: 3D, A0 and 4B. RGB value is (61,160,75). Sum of RGB (Red+Green+Blue) = 61+160+75=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA04B is #C25FB4. Grayscale: #787878. Windows color (decimal): -12738485 or 4956221. OLE color: 4956221.

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

Color convert

RGB6116075-
CMYK0.6200.530.37
HSL128.48º44.8%43.33%-
HSV(B)128.48º61.87%62.75%-
XYZ15.7726.6410.97-
YUV120.71102.285.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 160 (62.89% from 255) = 54.05%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=20.61%
G=54.05%
B=25.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61160750.6200.530.37128.4844.843.33
Hex3DA04B3E03525802d2b
Octal7524011376065452005553
Binary111101101000001001011111110011010110010110000000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,75); }

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

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

 a { background-color: rgb(61,160,75); }

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

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

 span { border-color: rgb(61,160,75); }

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