Html Css Color HEX #3C963E Fruit Salad

📋 copy color: '#3C963E'

red 60 ◦ green 150 ◦ blue 62

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

Shades of Fruit Salad #3C963E

Tints of Fruit Salad #3C963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 22.06%
G = 55.15%
B = 22.79%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#3C963E (or 0x3C963E) is known color: Fruit Salad. HEX triplet: 3C, 96 and 3E. RGB value is (60,150,62). Sum of RGB (Red+Green+Blue) = 60+150+62=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #3C963E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C963E is #C369C1. Grayscale: #717171. Windows color (decimal): -12806594 or 4101692. OLE color: 4101692.

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

Color convert

RGB 60 150 62 -
CMYK 0.6 0 0.59 0.41
HSL 121.33º 0.43% 0.41% -
HSV(B) 121.33º 0.6% 0.59% -
XYZ 13.64 23.12 8.3 -
YUV 113.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 60 150 62 0.6 0 0.59 0.41 121.33 0.43 0.41
Hex 3C 96 3E 3C 0 3B 29 79 2B 29
Octal 74 226 76 74 0 73 51 171 53 51
Binary 111100 10010110 111110 111100 0 111011 101001 1111001 101011 101001

Color Harmonies of #3C963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C963E

Black with #3C963E

Text Example


Text Example

White with #3C963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,62); }

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

background-color css

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

 a { background-color: rgb(60,150,62); }

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

border-color css

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

 span { border-color: rgb(60,150,62); }

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