#3CA840

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

Shades of Fruit Salad #3CA840

Tints of Fruit Salad #3CA840

Color information

#3CA840 (or 0x3CA840) is unknown color: approx Fruit Salad. HEX triplet: 3C, A8 and 40. RGB value is (60,168,64). Sum of RGB (Red+Green+Blue) = 60+168+64=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA840 is #C357BF. Grayscale: #7C7C7C. Windows color (decimal): -12801984 or 4237372. OLE color: 4237372.

HSL color Cylindrical-coordinate representation of color #3CA840: hue angle of 122.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA840 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB6016864-
CMYK0.6400.620.34
HSL122.22º47.37%44.71%-
HSV(B)122.22º64.29%65.88%-
XYZ16.7929.349.63-
YUV123.8594.2282.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 168 (66.02% from 255) = 57.53%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=20.55%
G=57.53%
B=21.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60168640.6400.620.34122.2247.3744.71
Hex3CA8404003E227a2f2d
Octal74250100100076421725755
Binary111100101010001000000100000001111101000101111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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