#3C953F

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

Shades of Fruit Salad #3C953F

Tints of Fruit Salad #3C953F

Color information

#3C953F (or 0x3C953F) is unknown color: approx Fruit Salad. HEX triplet: 3C, 95 and 3F. RGB value is (60,149,63). Sum of RGB (Red+Green+Blue) = 60+149+63=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #3C953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C953F is #C36AC0. Grayscale: #707070. Windows color (decimal): -12806849 or 4166972. OLE color: 4166972.

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

Color convert

RGB6014963-
CMYK0.6000.580.42
HSL122.02º42.58%40.98%-
HSV(B)122.02º59.73%58.43%-
XYZ13.5122.818.39-
YUV112.58100.0190.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 149 (58.59% from 255) = 54.78%
BLUE value IS 63 (25% from 255) = 23.16%
R=22.06%
G=54.78%
B=23.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149630.6000.580.42122.0242.5840.98
Hex3C953F3C03A2A7a2b29
Octal742257774072521725351
Binary1111001001010111111111110001110101010101111010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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