#3C503C

Color #3C503C Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #3C503C

Tints of Grey-Asparagus #3C503C

Color information

#3C503C (or 0x3C503C) is unknown color: approx Grey-Asparagus. HEX triplet: 3C, 50 and 3C. RGB value is (60,80,60). Sum of RGB (Red+Green+Blue) = 60+80+60=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #3C503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C503C is #C3AFC3. Grayscale: #474747. Windows color (decimal): -12824516 or 3952700. OLE color: 3952700.

HSL color Cylindrical-coordinate representation of color #3C503C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C503C is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB608060-
CMYK0.2500.250.69
HSL120º14.29%27.45%-
HSV(B)120º25%31.37%-
XYZ5.557.025.34-
YUV71.74121.37119.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 60 (23.83% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080600.2500.250.6912014.2927.45
Hex3C503C190194578e1b
Octal7412074310311051701633
Binary11110010100001111001100101100110001011111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,60); }

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

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

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

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

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

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

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