#3D653C

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

Shades of Grey-Asparagus #3D653C

Tints of Grey-Asparagus #3D653C

Color information

#3D653C (or 0x3D653C) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 65 and 3C. RGB value is (61,101,60). Sum of RGB (Red+Green+Blue) = 61+101+60=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #3D653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D653C is #C29AC3. Grayscale: #545454. Windows color (decimal): -12753604 or 3958077. OLE color: 3958077.

HSL color Cylindrical-coordinate representation of color #3D653C: hue angle of 118.54º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D653C is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB6110160-
CMYK0.4000.410.60
HSL118.54º25.47%31.57%-
HSV(B)118.54º40.59%39.61%-
XYZ7.3910.635.94-
YUV84.37114.25111.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=27.48%
G=45.50%
B=27.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101600.4000.410.60118.5425.4731.57
Hex3D653C280293C771920
Octal751457450051741673140
Binary11110111001011111001010000101001111100111011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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