Html Css Color HEX #3F953C Fruit Salad

📋 copy color: '#3F953C'

red 63 ◦ green 149 ◦ blue 60

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

Shades of Fruit Salad #3F953C

Tints of Fruit Salad #3F953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.78%

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 23.16%
G = 54.78%
B = 22.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#3F953C (or 0x3F953C) is known color: Fruit Salad. HEX triplet: 3F, 95 and 3C. RGB value is (63,149,60). Sum of RGB (Red+Green+Blue) = 63+149+60=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #3F953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F953C is #C06AC3. Grayscale: #717171. Windows color (decimal): -12610244 or 3970367. OLE color: 3970367.

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

Color convert

RGB 63 149 60 -
CMYK 0.58 0 0.60 0.42
HSL 117.98º 0.43% 0.41% -
HSV(B) 117.98º 0.6% 0.58% -
XYZ 13.61 22.88 7.97 -
YUV 113.14 98.01 92.24 -
System Red Green Blue C M Y K H S L
Decimal 63 149 60 0.58 0 0.60 0.42 117.98 0.43 0.41
Hex 3F 95 3C 3A 0 3C 2A 76 2B 29
Octal 77 225 74 72 0 74 52 166 53 51
Binary 111111 10010101 111100 111010 0 111100 101010 1110110 101011 101001

Color Harmonies of #3F953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F953C

Black with #3F953C

Text Example


Text Example

White with #3F953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,60); }

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

background-color css

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

 a { background-color: rgb(63,149,60); }

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

border-color css

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

 span { border-color: rgb(63,149,60); }

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