Html Css Color HEX #3CAC42 Fruit Salad

📋 copy color: '#3CAC42'

red 60 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #3CAC42

Tints of Fruit Salad #3CAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 20.13%
G = 57.72%
B = 22.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#3CAC42 (or 0x3CAC42) is known color: Fruit Salad. HEX triplet: 3C, AC and 42. RGB value is (60,172,66). Sum of RGB (Red+Green+Blue) = 60+172+66=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC42 is #C353BD. Grayscale: #7E7E7E. Windows color (decimal): -12800958 or 4369468. OLE color: 4369468.

HSL color Cylindrical-coordinate representation of color #3CAC42: hue angle of 123.21º 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 #3CAC42 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 66 -
CMYK 0.65 0 0.62 0.33
HSL 123.21º 0.48% 0.45% -
HSV(B) 123.21º 0.65% 0.67% -
XYZ 17.6 30.86 10.18 -
YUV 126.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 60 172 66 0.65 0 0.62 0.33 123.21 0.48 0.45
Hex 3C AC 42 41 0 3E 21 7B 30 2D
Octal 74 254 102 101 0 76 41 173 60 55
Binary 111100 10101100 1000010 1000001 0 111110 100001 1111011 110000 101101

Color Harmonies of #3CAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC42

Black with #3CAC42

Text Example


Text Example

White with #3CAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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