#3CA047

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

Shades of Fruit Salad #3CA047

Tints of Fruit Salad #3CA047

Color information

#3CA047 (or 0x3CA047) is unknown color: approx Fruit Salad. HEX triplet: 3C, A0 and 47. RGB value is (60,160,71). Sum of RGB (Red+Green+Blue) = 60+160+71=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA047 is #C35FB8. Grayscale: #787878. Windows color (decimal): -12804025 or 4694076. OLE color: 4694076.

HSL color Cylindrical-coordinate representation of color #3CA047: hue angle of 126.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA047 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB6016071-
CMYK0.6200.560.37
HSL126.6º45.45%43.14%-
HSV(B)126.6º62.5%62.75%-
XYZ15.5726.5610.27-
YUV119.95100.3785.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 160 (62.89% from 255) = 54.98%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=20.62%
G=54.98%
B=24.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60160710.6200.560.37126.645.4543.14
Hex3CA0473E038257f2d2b
Octal7424010776070451775553
Binary11110010100000100011111111001110001001011111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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