Html Css Color HEX #3F984A Fruit Salad

📋 copy color: '#3F984A'

red 63 ◦ green 152 ◦ blue 74

#3F984A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #3F984A

Tints of Fruit Salad #3F984A

RGB

 RED value IS 63 (25% from 255) = 21.8%

 GREEN value IS 152 (59.77% from 255) = 52.6%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 21.8%
G = 52.6%
B = 25.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#3F984A (or 0x3F984A) is known color: Fruit Salad. HEX triplet: 3F, 98 and 4A. RGB value is (63,152,74). Sum of RGB (Red+Green+Blue) = 63+152+74=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #3F984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F984A is #C067B5. Grayscale: #747474. Windows color (decimal): -12609462 or 4888639. OLE color: 4888639.

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

Color convert

RGB 63 152 74 -
CMYK 0.59 0 0.51 0.40
HSL 127.42º 0.41% 0.42% -
HSV(B) 127.42º 0.59% 0.6% -
XYZ 14.51 24.01 10.35 -
YUV 116.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 63 152 74 0.59 0 0.51 0.40 127.42 0.41 0.42
Hex 3F 98 4A 3B 0 33 28 7F 29 2A
Octal 77 230 112 73 0 63 50 177 51 52
Binary 111111 10011000 1001010 111011 0 110011 101000 1111111 101001 101010

Color Harmonies of #3F984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F984A

Black with #3F984A

Text Example


Text Example

White with #3F984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F984A;
 }
 .AnyTagClassName
 {
   color: #3F984A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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