#3C913F

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

Shades of Fruit Salad #3C913F

Tints of Fruit Salad #3C913F

Color information

#3C913F (or 0x3C913F) is unknown color: approx Fruit Salad. HEX triplet: 3C, 91 and 3F. RGB value is (60,145,63). Sum of RGB (Red+Green+Blue) = 60+145+63=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #3C913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C913F is #C36EC0. Grayscale: #6E6E6E. Windows color (decimal): -12807873 or 4165948. OLE color: 4165948.

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

Color convert

RGB6014563-
CMYK0.5900.570.43
HSL122.12º41.46%40.2%-
HSV(B)122.12º58.62%56.86%-
XYZ12.8921.578.19-
YUV110.24101.3492.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 145 (57.03% from 255) = 54.10%
BLUE value IS 63 (25% from 255) = 23.51%
R=22.39%
G=54.10%
B=23.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60145630.5900.570.43122.1241.4640.2
Hex3C913F3B0392B7a2928
Octal742217773071531725150
Binary1111001001000111111111101101110011010111111010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,145,63); }

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

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

 a { background-color: rgb(60,145,63); }

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

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

 span { border-color: rgb(60,145,63); }

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