#3CA236

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

Shades of Fruit Salad #3CA236

Tints of Fruit Salad #3CA236

Color information

#3CA236 (or 0x3CA236) is unknown color: approx Fruit Salad. HEX triplet: 3C, A2 and 36. RGB value is (60,162,54). Sum of RGB (Red+Green+Blue) = 60+162+54=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA236 is #C35DC9. Grayscale: #777777. Windows color (decimal): -12803530 or 3580476. OLE color: 3580476.

HSL color Cylindrical-coordinate representation of color #3CA236: hue angle of 116.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA236 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB6016254-
CMYK0.6300.670.36
HSL116.67º50%42.35%-
HSV(B)116.67º66.67%63.53%-
XYZ15.4527.077.9-
YUV119.1991.2185.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 162 (63.67% from 255) = 58.70%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=21.74%
G=58.70%
B=19.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162540.6300.670.36116.675042.35
Hex3CA2363F0432475322a
Octal7424266770103441656252
Binary11110010100010110110111111010000111001001110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,54); }

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

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

 a { background-color: rgb(60,162,54); }

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

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

 span { border-color: rgb(60,162,54); }

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