#3C9345

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

Shades of Fruit Salad #3C9345

Tints of Fruit Salad #3C9345

Color information

#3C9345 (or 0x3C9345) is unknown color: approx Fruit Salad. HEX triplet: 3C, 93 and 45. RGB value is (60,147,69). Sum of RGB (Red+Green+Blue) = 60+147+69=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9345 is #C36CBA. Grayscale: #707070. Windows color (decimal): -12807355 or 4559676. OLE color: 4559676.

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

Color convert

RGB6014769-
CMYK0.5900.530.42
HSL126.21º42.03%40.59%-
HSV(B)126.21º59.18%57.65%-
XYZ13.3722.269.22-
YUV112.1103.6890.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 69 (27.34% from 255) = 25%
R=21.74%
G=53.26%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60147690.5900.530.42126.2142.0340.59
Hex3C93453B0352A7e2a29
Octal7422310573065521765251
Binary11110010010011100010111101101101011010101111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,147,69); }

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

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

 a { background-color: rgb(60,147,69); }

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

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

 span { border-color: rgb(60,147,69); }

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