#3D9046

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

Shades of Fruit Salad #3D9046

Tints of Fruit Salad #3D9046

Color information

#3D9046 (or 0x3D9046) is unknown color: approx Fruit Salad. HEX triplet: 3D, 90 and 46. RGB value is (61,144,70). Sum of RGB (Red+Green+Blue) = 61+144+70=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9046 is #C26FB9. Grayscale: #6E6E6E. Windows color (decimal): -12742586 or 4624445. OLE color: 4624445.

HSL color Cylindrical-coordinate representation of color #3D9046: hue angle of 126.51º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9046 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB6114470-
CMYK0.5800.510.44
HSL126.51º40.49%40.2%-
HSV(B)126.51º57.64%56.47%-
XYZ1321.389.24-
YUV110.7510592.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=22.18%
G=52.36%
B=25.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61144700.5800.510.44126.5140.4940.2
Hex3D90463A0332C7f2828
Octal7522010672063541775050
Binary11110110010000100011011101001100111011001111111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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