#3CAF41

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

Shades of Fruit Salad #3CAF41

Tints of Fruit Salad #3CAF41

Color information

#3CAF41 (or 0x3CAF41) is unknown color: approx Fruit Salad. HEX triplet: 3C, AF and 41. RGB value is (60,175,65). Sum of RGB (Red+Green+Blue) = 60+175+65=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF41 is #C350BE. Grayscale: #808080. Windows color (decimal): -12800191 or 4304700. OLE color: 4304700.

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

Color convert

RGB6017565-
CMYK0.6600.630.31
HSL122.61º48.94%46.08%-
HSV(B)122.61º65.71%68.63%-
XYZ18.153210.22-
YUV128.0792.479.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 175 (68.75% from 255) = 58.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=20%
G=58.33%
B=21.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175650.6600.630.31122.6148.9446.08
Hex3CAF414203F1F7b312e
Octal74257101102077371736156
Binary11110010101111100000110000100111111111111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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