#3CAF46

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

Shades of Fruit Salad #3CAF46

Tints of Fruit Salad #3CAF46

Color information

#3CAF46 (or 0x3CAF46) is unknown color: approx Fruit Salad. HEX triplet: 3C, AF and 46. RGB value is (60,175,70). Sum of RGB (Red+Green+Blue) = 60+175+70=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF46 is #C350B9. Grayscale: #808080. Windows color (decimal): -12800186 or 4632380. OLE color: 4632380.

HSL color Cylindrical-coordinate representation of color #3CAF46: hue angle of 125.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF46 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB6017570-
CMYK0.6600.600.31
HSL125.22º48.94%46.08%-
HSV(B)125.22º65.71%68.63%-
XYZ18.332.0611.02-
YUV128.6494.979.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=19.67%
G=57.38%
B=22.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175700.6600.600.31125.2248.9446.08
Hex3CAF464203C1F7d312e
Octal74257106102074371756156
Binary11110010101111100011010000100111100111111111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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