Html Css Color HEX #3D553E Grey-Asparagus

📋 copy color: '#3D553E'

red 61 ◦ green 85 ◦ blue 62

#3D553E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #3D553E

Tints of Grey-Asparagus #3D553E

RGB

 RED value IS 61 (24.22% from 255) = 29.33%

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 29.33%
G = 40.87%
B = 29.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#3D553E (or 0x3D553E) is known color: Grey-Asparagus. HEX triplet: 3D, 55 and 3E. RGB value is (61,85,62). Sum of RGB (Red+Green+Blue) = 61+85+62=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #3D553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D553E is #C2AAC1. Grayscale: #4B4B4B. Windows color (decimal): -12757698 or 4085053. OLE color: 4085053.

HSL color Cylindrical-coordinate representation of color #3D553E: hue angle of 122.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D553E is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 62 -
CMYK 0.28 0 0.27 0.67
HSL 122.5º 0.16% 0.29% -
HSV(B) 122.5º 0.28% 0.33% -
XYZ 6.04 7.84 5.75 -
YUV 75.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 61 85 62 0.28 0 0.27 0.67 122.5 0.16 0.29
Hex 3D 55 3E 1C 0 1B 43 7B 10 1D
Octal 75 125 76 34 0 33 103 173 20 35
Binary 111101 1010101 111110 11100 0 11011 1000011 1111011 10000 11101

Color Harmonies of #3D553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D553E

Black with #3D553E

Text Example


Text Example

White with #3D553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,62); }

 H1.HeaderClassName
 {
   color: #3D553E;
 }
 .AnyTagClassName
 {
   color: #3D553E;
 }
</style>

background-color css

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

 a { background-color: rgb(61,85,62); }

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

border-color css

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

 span { border-color: rgb(61,85,62); }

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