#3C953D

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

Shades of Fruit Salad #3C953D

Tints of Fruit Salad #3C953D

Color information

#3C953D (or 0x3C953D) is unknown color: approx Fruit Salad. HEX triplet: 3C, 95 and 3D. RGB value is (60,149,61). Sum of RGB (Red+Green+Blue) = 60+149+61=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #3C953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C953D is #C36AC2. Grayscale: #707070. Windows color (decimal): -12806851 or 4035900. OLE color: 4035900.

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

Color convert

RGB6014961-
CMYK0.6000.590.42
HSL120.67º42.58%40.98%-
HSV(B)120.67º59.73%58.43%-
XYZ13.4522.798.11-
YUV112.3699.0190.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=22.22%
G=55.19%
B=22.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149610.6000.590.42120.6742.5840.98
Hex3C953D3C03B2A792b29
Octal742257574073521715351
Binary1111001001010111110111110001110111010101111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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