#3F993D

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

Shades of Fruit Salad #3F993D

Tints of Fruit Salad #3F993D

Color information

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

HSL color Cylindrical-coordinate representation of color #3F993D: hue angle of 118.7º 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 #3F993D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB6315361-
CMYK0.5900.600.4
HSL118.7º42.99%41.96%-
HSV(B)118.7º60.13%60%-
XYZ14.2824.188.33-
YUV115.697.1890.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63153610.5900.600.4118.742.9941.96
Hex3F993D3B03C28772b2a
Octal772317573074501675352
Binary1111111001100111110111101101111001010001110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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