#3D9B45

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

Shades of Fruit Salad #3D9B45

Tints of Fruit Salad #3D9B45

Color information

#3D9B45 (or 0x3D9B45) is unknown color: approx Fruit Salad. HEX triplet: 3D, 9B and 45. RGB value is (61,155,69). Sum of RGB (Red+Green+Blue) = 61+155+69=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9B45 is #C264BA. Grayscale: #757575. Windows color (decimal): -12739771 or 4561725. OLE color: 4561725.

HSL color Cylindrical-coordinate representation of color #3D9B45: hue angle of 125.11º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B45 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB6115569-
CMYK0.6100.550.39
HSL125.11º43.52%42.35%-
HSV(B)125.11º60.65%60.78%-
XYZ14.7224.869.65-
YUV117.09100.8687.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 155 (60.94% from 255) = 54.39%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=21.40%
G=54.39%
B=24.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61155690.6100.550.39125.1143.5242.35
Hex3D9B453D037277d2c2a
Octal7523310575067471755452
Binary11110110011011100010111110101101111001111111101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,155,69); }

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

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

 a { background-color: rgb(61,155,69); }

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

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

 span { border-color: rgb(61,155,69); }

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