#3CAC47

Color #3CAC47 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3CAC47

Tints of Fruit Salad #3CAC47

Color information

#3CAC47 (or 0x3CAC47) is unknown color: approx Fruit Salad. HEX triplet: 3C, AC and 47. RGB value is (60,172,71). Sum of RGB (Red+Green+Blue) = 60+172+71=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC47 is #C353B8. Grayscale: #7F7F7F. Windows color (decimal): -12800953 or 4697148. OLE color: 4697148.

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

Color convert

RGB6017271-
CMYK0.6500.590.33
HSL125.89º48.28%45.49%-
HSV(B)125.89º65.12%67.45%-
XYZ17.7530.9210.99-
YUV12796.3980.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=19.80%
G=56.77%
B=23.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60172710.6500.590.33125.8948.2845.49
Hex3CAC474103B217e302d
Octal74254107101073411766055
Binary111100101011001000111100000101110111000011111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAC47;
 }
 .AnyTagClassName
 {
   color: #3CAC47;
 }
</style>
background-color css

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

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

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

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

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

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