Html Css Color HEX #3C963D Fruit Salad

📋 copy color: '#3C963D'

red 60 ◦ green 150 ◦ blue 61

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

Shades of Fruit Salad #3C963D

Tints of Fruit Salad #3C963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 22.14%
G = 55.35%
B = 22.51%

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

#3C963D (or 0x3C963D) is known color: Fruit Salad. HEX triplet: 3C, 96 and 3D. RGB value is (60,150,61). Sum of RGB (Red+Green+Blue) = 60+150+61=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #3C963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C963D is #C369C2. Grayscale: #717171. Windows color (decimal): -12806595 or 4036156. OLE color: 4036156.

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

Color convert

RGB 60 150 61 -
CMYK 0.6 0 0.59 0.41
HSL 120.67º 0.43% 0.41% -
HSV(B) 120.67º 0.6% 0.59% -
XYZ 13.61 23.11 8.16 -
YUV 112.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 60 150 61 0.6 0 0.59 0.41 120.67 0.43 0.41
Hex 3C 96 3D 3C 0 3B 29 79 2B 29
Octal 74 226 75 74 0 73 51 171 53 51
Binary 111100 10010110 111101 111100 0 111011 101001 1111001 101011 101001

Color Harmonies of #3C963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C963D

Black with #3C963D

Text Example


Text Example

White with #3C963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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