#3C9440

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

Shades of Fruit Salad #3C9440

Tints of Fruit Salad #3C9440

Color information

#3C9440 (or 0x3C9440) is unknown color: approx Fruit Salad. HEX triplet: 3C, 94 and 40. RGB value is (60,148,64). Sum of RGB (Red+Green+Blue) = 60+148+64=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #3C9440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9440 is #C36BBF. Grayscale: #707070. Windows color (decimal): -12807104 or 4232252. OLE color: 4232252.

HSL color Cylindrical-coordinate representation of color #3C9440: hue angle of 122.73º 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 #3C9440 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB6014864-
CMYK0.5900.570.42
HSL122.73º42.31%40.78%-
HSV(B)122.73º59.46%58.04%-
XYZ13.3822.518.49-
YUV112.11100.8590.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=22.06%
G=54.41%
B=23.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60148640.5900.570.42122.7342.3140.78
Hex3C94403B0392A7b2a29
Octal7422410073071521735251
Binary11110010010100100000011101101110011010101111011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,148,64); }

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

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

 a { background-color: rgb(60,148,64); }

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

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

 span { border-color: rgb(60,148,64); }

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