#3CA446

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

Shades of Fruit Salad #3CA446

Tints of Fruit Salad #3CA446

Color information

#3CA446 (or 0x3CA446) is unknown color: approx Fruit Salad. HEX triplet: 3C, A4 and 46. RGB value is (60,164,70). Sum of RGB (Red+Green+Blue) = 60+164+70=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA446 is #C35BB9. Grayscale: #7A7A7A. Windows color (decimal): -12803002 or 4629564. OLE color: 4629564.

HSL color Cylindrical-coordinate representation of color #3CA446: hue angle of 125.77º 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 #3CA446 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB6016470-
CMYK0.6300.570.36
HSL125.77º46.43%43.92%-
HSV(B)125.77º63.41%64.31%-
XYZ16.2427.9510.33-
YUV122.1998.5483.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 164 (64.45% from 255) = 55.78%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=20.41%
G=55.78%
B=23.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60164700.6300.570.36125.7746.4343.92
Hex3CA4463F039247e2e2c
Octal7424410677071441765654
Binary11110010100100100011011111101110011001001111110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,164,70); }

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

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

 a { background-color: rgb(60,164,70); }

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

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

 span { border-color: rgb(60,164,70); }

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