Html Css Color HEX #3CAC40 Fruit Salad

📋 copy color: '#3CAC40'

red 60 ◦ green 172 ◦ blue 64

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

Shades of Fruit Salad #3CAC40

Tints of Fruit Salad #3CAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.11%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 20.27%
G = 58.11%
B = 21.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#3CAC40 (or 0x3CAC40) is known color: Fruit Salad. HEX triplet: 3C, AC and 40. RGB value is (60,172,64). Sum of RGB (Red+Green+Blue) = 60+172+64=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC40 is #C353BF. Grayscale: #7E7E7E. Windows color (decimal): -12800960 or 4238396. OLE color: 4238396.

HSL color Cylindrical-coordinate representation of color #3CAC40: hue angle of 122.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC40 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 64 -
CMYK 0.65 0 0.63 0.33
HSL 122.14º 0.48% 0.45% -
HSV(B) 122.14º 0.65% 0.67% -
XYZ 17.54 30.84 9.88 -
YUV 126.2 92.89 80.78 -
System Red Green Blue C M Y K H S L
Decimal 60 172 64 0.65 0 0.63 0.33 122.14 0.48 0.45
Hex 3C AC 40 41 0 3F 21 7A 30 2D
Octal 74 254 100 101 0 77 41 172 60 55
Binary 111100 10101100 1000000 1000001 0 111111 100001 1111010 110000 101101

Color Harmonies of #3CAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC40

Black with #3CAC40

Text Example


Text Example

White with #3CAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,64); }

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

background-color css

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

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

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

border-color css

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

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

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