#3D993F

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

Shades of Fruit Salad #3D993F

Tints of Fruit Salad #3D993F

Color information

#3D993F (or 0x3D993F) is unknown color: approx Fruit Salad. HEX triplet: 3D, 99 and 3F. RGB value is (61,153,63). Sum of RGB (Red+Green+Blue) = 61+153+63=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #3D993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D993F is #C266C0. Grayscale: #737373. Windows color (decimal): -12740289 or 4167997. OLE color: 4167997.

HSL color Cylindrical-coordinate representation of color #3D993F: hue angle of 121.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D993F is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB6115363-
CMYK0.6000.590.4
HSL121.3º42.99%41.96%-
HSV(B)121.3º60.13%60%-
XYZ14.2124.138.61-
YUV115.2398.5289.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 63 (25% from 255) = 22.74%
R=22.02%
G=55.23%
B=22.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153630.6000.590.4121.342.9941.96
Hex3D993F3C03B28792b2a
Octal752317774073501715352
Binary1111011001100111111111110001110111010001111001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,63); }

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

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

 a { background-color: rgb(61,153,63); }

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

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

 span { border-color: rgb(61,153,63); }

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