#3F983D

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

Shades of Fruit Salad #3F983D

Tints of Fruit Salad #3F983D

Color information

#3F983D (or 0x3F983D) is unknown color: approx Fruit Salad. HEX triplet: 3F, 98 and 3D. RGB value is (63,152,61). Sum of RGB (Red+Green+Blue) = 63+152+61=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #3F983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F983D is #C067C2. Grayscale: #737373. Windows color (decimal): -12609475 or 4036671. OLE color: 4036671.

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

Color convert

RGB6315261-
CMYK0.5900.600.40
HSL118.68º42.72%41.76%-
HSV(B)118.68º59.87%59.61%-
XYZ14.1223.858.27-
YUV115.0197.5190.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=22.83%
G=55.07%
B=22.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63152610.5900.600.40118.6842.7241.76
Hex3F983D3B03C28772b2a
Octal772307573074501675352
Binary1111111001100011110111101101111001010001110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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