#3F984B

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

Shades of Fruit Salad #3F984B

Tints of Fruit Salad #3F984B

Color information

#3F984B (or 0x3F984B) is unknown color: approx Fruit Salad. HEX triplet: 3F, 98 and 4B. RGB value is (63,152,75). Sum of RGB (Red+Green+Blue) = 63+152+75=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #3F984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F984B is #C067B4. Grayscale: #747474. Windows color (decimal): -12609461 or 4954175. OLE color: 4954175.

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

Color convert

RGB6315275-
CMYK0.5900.510.40
HSL128.09º41.4%42.16%-
HSV(B)128.09º58.55%59.61%-
XYZ14.5524.0210.53-
YUV116.61104.5189.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=21.72%
G=52.41%
B=25.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63152750.5900.510.40128.0941.442.16
Hex3F984B3B0332880292a
Octal7723011373063502005152
Binary111111100110001001011111011011001110100010000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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