Html Css Color HEX #3D553D Grey-Asparagus

📋 copy color: '#3D553D'

red 61 ◦ green 85 ◦ blue 61

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

Shades of Grey-Asparagus #3D553D

Tints of Grey-Asparagus #3D553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 29.47%
G = 41.06%
B = 29.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#3D553D (or 0x3D553D) is known color: Grey-Asparagus. HEX triplet: 3D, 55 and 3D. RGB value is (61,85,61). Sum of RGB (Red+Green+Blue) = 61+85+61=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #3D553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D553D is #C2AAC2. Grayscale: #4B4B4B. Windows color (decimal): -12757699 or 4019517. OLE color: 4019517.

HSL color Cylindrical-coordinate representation of color #3D553D: hue angle of 120º 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 #3D553D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 61 -
CMYK 0.28 0 0.28 0.67
HSL 120º 0.16% 0.29% -
HSV(B) 120º 0.28% 0.33% -
XYZ 6.02 7.83 5.61 -
YUV 75.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 61 85 61 0.28 0 0.28 0.67 120 0.16 0.29
Hex 3D 55 3D 1C 0 1C 43 78 10 1D
Octal 75 125 75 34 0 34 103 170 20 35
Binary 111101 1010101 111101 11100 0 11100 1000011 1111000 10000 11101

Color Harmonies of #3D553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D553D

Black with #3D553D

Text Example


Text Example

White with #3D553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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