#3D9546

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

Shades of Fruit Salad #3D9546

Tints of Fruit Salad #3D9546

Color information

#3D9546 (or 0x3D9546) is unknown color: approx Fruit Salad. HEX triplet: 3D, 95 and 46. RGB value is (61,149,70). Sum of RGB (Red+Green+Blue) = 61+149+70=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9546 is #C26AB9. Grayscale: #717171. Windows color (decimal): -12741306 or 4625725. OLE color: 4625725.

HSL color Cylindrical-coordinate representation of color #3D9546: hue angle of 126.14º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9546 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB6114970-
CMYK0.5900.530.42
HSL126.14º41.9%41.18%-
HSV(B)126.14º59.06%58.43%-
XYZ13.7822.939.49-
YUV113.68103.3590.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 70 (27.73% from 255) = 25%
R=21.79%
G=53.21%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61149700.5900.530.42126.1441.941.18
Hex3D95463B0352A7e2a29
Octal7522510673065521765251
Binary11110110010101100011011101101101011010101111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,70); }

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

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

 a { background-color: rgb(61,149,70); }

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

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

 span { border-color: rgb(61,149,70); }

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