Html Css Color HEX #3CA63C Fruit Salad

📋 copy color: '#3CA63C'

red 60 ◦ green 166 ◦ blue 60

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

Shades of Fruit Salad #3CA63C

Tints of Fruit Salad #3CA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

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

R = 20.98%
G = 58.04%
B = 20.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#3CA63C (or 0x3CA63C) is known color: Fruit Salad. HEX triplet: 3C, A6 and 3C. RGB value is (60,166,60). Sum of RGB (Red+Green+Blue) = 60+166+60=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA63C is #C359C3. Grayscale: #7A7A7A. Windows color (decimal): -12802500 or 3974716. OLE color: 3974716.

HSL color Cylindrical-coordinate representation of color #3CA63C: hue angle of 120º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA63C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 60 -
CMYK 0.64 0 0.64 0.35
HSL 120º 0.47% 0.44% -
HSV(B) 120º 0.64% 0.65% -
XYZ 16.32 28.56 8.93 -
YUV 122.22 92.88 83.62 -
System Red Green Blue C M Y K H S L
Decimal 60 166 60 0.64 0 0.64 0.35 120 0.47 0.44
Hex 3C A6 3C 40 0 40 23 78 2F 2C
Octal 74 246 74 100 0 100 43 170 57 54
Binary 111100 10100110 111100 1000000 0 1000000 100011 1111000 101111 101100

Color Harmonies of #3CA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA63C

Black with #3CA63C

Text Example


Text Example

White with #3CA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,60); }

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

background-color css

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

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

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

border-color css

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

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

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