Html Css Color HEX #3D533A Grey-Asparagus

📋 copy color: '#3D533A'

red 61 ◦ green 83 ◦ blue 58

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

Shades of Grey-Asparagus #3D533A

Tints of Grey-Asparagus #3D533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 58 (23.05% from 255) = 28.71%

R = 30.2%
G = 41.09%
B = 28.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#3D533A (or 0x3D533A) is known color: Grey-Asparagus. HEX triplet: 3D, 53 and 3A. RGB value is (61,83,58). Sum of RGB (Red+Green+Blue) = 61+83+58=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #3D533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D533A is #C2ACC5. Grayscale: #494949. Windows color (decimal): -12758214 or 3822397. OLE color: 3822397.

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

Color convert

RGB 61 83 58 -
CMYK 0.27 0 0.30 0.67
HSL 112.8º 0.18% 0.28% -
HSV(B) 112.8º 0.3% 0.33% -
XYZ 5.78 7.48 5.14 -
YUV 73.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 61 83 58 0.27 0 0.30 0.67 112.8 0.18 0.28
Hex 3D 53 3A 1B 0 1E 43 71 12 1C
Octal 75 123 72 33 0 36 103 161 22 34
Binary 111101 1010011 111010 11011 0 11110 1000011 1110001 10010 11100

Color Harmonies of #3D533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D533A

Black with #3D533A

Text Example


Text Example

White with #3D533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,58); }

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

background-color css

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

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

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

border-color css

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

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

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