#3CA34A

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

Shades of Fruit Salad #3CA34A

Tints of Fruit Salad #3CA34A

Color information

#3CA34A (or 0x3CA34A) is unknown color: approx Fruit Salad. HEX triplet: 3C, A3 and 4A. RGB value is (60,163,74). Sum of RGB (Red+Green+Blue) = 60+163+74=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA34A is #C35CB5. Grayscale: #7A7A7A. Windows color (decimal): -12803254 or 4891452. OLE color: 4891452.

HSL color Cylindrical-coordinate representation of color #3CA34A: hue angle of 128.16º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA34A is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB6016374-
CMYK0.6300.550.36
HSL128.16º46.19%43.73%-
HSV(B)128.16º63.19%63.92%-
XYZ16.227.6510.96-
YUV122.06100.8883.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=20.20%
G=54.88%
B=24.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60163740.6300.550.36128.1646.1943.73
Hex3CA34A3F03724802e2c
Octal7424311277067442005654
Binary111100101000111001010111111011011110010010000000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,74); }

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

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

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

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

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

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

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