#3DA538

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

Shades of Fruit Salad #3DA538

Tints of Fruit Salad #3DA538

Color information

#3DA538 (or 0x3DA538) is unknown color: approx Fruit Salad. HEX triplet: 3D, A5 and 38. RGB value is (61,165,56). Sum of RGB (Red+Green+Blue) = 61+165+56=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA538 is #C25AC7. Grayscale: #797979. Windows color (decimal): -12737224 or 3712317. OLE color: 3712317.

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

Color convert

RGB6116556-
CMYK0.6300.660.35
HSL117.25º49.32%43.33%-
HSV(B)117.25º66.06%64.71%-
XYZ16.0928.198.33-
YUV121.4891.0484.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=21.63%
G=58.51%
B=19.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61165560.6300.660.35117.2549.3243.33
Hex3DA5383F0422375312b
Octal7524570770102431656153
Binary11110110100101111000111111010000101000111110101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,56); }

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

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

 a { background-color: rgb(61,165,56); }

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

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

 span { border-color: rgb(61,165,56); }

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