#3CBA46

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

Shades of Fruit Salad #3CBA46

Tints of Fruit Salad #3CBA46

Color information

#3CBA46 (or 0x3CBA46) is unknown color: approx Fruit Salad. HEX triplet: 3C, BA and 46. RGB value is (60,186,70). Sum of RGB (Red+Green+Blue) = 60+186+70=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA46 is #C345B9. Grayscale: #878787. Windows color (decimal): -12797370 or 4635196. OLE color: 4635196.

HSL color Cylindrical-coordinate representation of color #3CBA46: hue angle of 124.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA46 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB6018670-
CMYK0.6800.620.27
HSL124.76º51.22%48.24%-
HSV(B)124.76º67.74%72.94%-
XYZ20.5336.5211.76-
YUV135.191.2674.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 186 (73.05% from 255) = 58.86%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=18.99%
G=58.86%
B=22.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60186700.6800.620.27124.7651.2248.24
Hex3CBA464403E1B7d3330
Octal74272106104076331756360
Binary11110010111010100011010001000111110110111111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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