#3C9945

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

Shades of Fruit Salad #3C9945

Tints of Fruit Salad #3C9945

Color information

#3C9945 (or 0x3C9945) is unknown color: approx Fruit Salad. HEX triplet: 3C, 99 and 45. RGB value is (60,153,69). Sum of RGB (Red+Green+Blue) = 60+153+69=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9945 is #C366BA. Grayscale: #737373. Windows color (decimal): -12805819 or 4561212. OLE color: 4561212.

HSL color Cylindrical-coordinate representation of color #3C9945: hue angle of 125.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9945 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB6015369-
CMYK0.6100.550.4
HSL125.81º43.66%41.76%-
HSV(B)125.81º60.78%60%-
XYZ14.3324.179.54-
YUV115.62101.6988.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=21.28%
G=54.26%
B=24.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60153690.6100.550.4125.8143.6641.76
Hex3C99453D037287e2c2a
Octal7423110575067501765452
Binary11110010011001100010111110101101111010001111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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