#3C9546

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

Shades of Fruit Salad #3C9546

Tints of Fruit Salad #3C9546

Color information

#3C9546 (or 0x3C9546) is unknown color: approx Fruit Salad. HEX triplet: 3C, 95 and 46. RGB value is (60,149,70). Sum of RGB (Red+Green+Blue) = 60+149+70=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9546 is #C36AB9. Grayscale: #717171. Windows color (decimal): -12806842 or 4625724. OLE color: 4625724.

HSL color Cylindrical-coordinate representation of color #3C9546: hue angle of 126.74º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9546 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB6014970-
CMYK0.6000.530.42
HSL126.74º42.58%40.98%-
HSV(B)126.74º59.73%58.43%-
XYZ13.7222.99.49-
YUV113.38103.5189.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=21.51%
G=53.41%
B=25.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149700.6000.530.42126.7442.5840.98
Hex3C95463C0352A7f2b29
Octal7422510674065521775351
Binary11110010010101100011011110001101011010101111111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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