#3CA645

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

Shades of Fruit Salad #3CA645

Tints of Fruit Salad #3CA645

Color information

#3CA645 (or 0x3CA645) is unknown color: approx Fruit Salad. HEX triplet: 3C, A6 and 45. RGB value is (60,166,69). Sum of RGB (Red+Green+Blue) = 60+166+69=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA645 is #C359BA. Grayscale: #7B7B7B. Windows color (decimal): -12802491 or 4564540. OLE color: 4564540.

HSL color Cylindrical-coordinate representation of color #3CA645: hue angle of 125.09º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA645 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB6016669-
CMYK0.6400.580.35
HSL125.09º46.9%44.31%-
HSV(B)125.09º63.86%65.1%-
XYZ16.5728.6610.29-
YUV123.2597.3882.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=20.34%
G=56.27%
B=23.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60166690.6400.580.35125.0946.944.31
Hex3CA6454003A237d2f2c
Octal74246105100072431755754
Binary111100101001101000101100000001110101000111111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,69); }

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

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

 a { background-color: rgb(60,166,69); }

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

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

 span { border-color: rgb(60,166,69); }

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