Html Css Color HEX #3D533E Grey-Asparagus

📋 copy color: '#3D533E'

red 61 ◦ green 83 ◦ blue 62

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

Shades of Grey-Asparagus #3D533E

Tints of Grey-Asparagus #3D533E

RGB

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

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

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

R = 29.61%
G = 40.29%
B = 30.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#3D533E (or 0x3D533E) is known color: Grey-Asparagus. HEX triplet: 3D, 53 and 3E. RGB value is (61,83,62). Sum of RGB (Red+Green+Blue) = 61+83+62=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #3D533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D533E is #C2ACC1. Grayscale: #4A4A4A. Windows color (decimal): -12758210 or 4084541. OLE color: 4084541.

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

Color convert

RGB 61 83 62 -
CMYK 0.27 0 0.25 0.67
HSL 122.73º 0.15% 0.28% -
HSV(B) 122.73º 0.27% 0.33% -
XYZ 5.89 7.53 5.7 -
YUV 74.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 61 83 62 0.27 0 0.25 0.67 122.73 0.15 0.28
Hex 3D 53 3E 1B 0 19 43 7B F 1C
Octal 75 123 76 33 0 31 103 173 17 34
Binary 111101 1010011 111110 11011 0 11001 1000011 1111011 1111 11100

Color Harmonies of #3D533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D533E

Black with #3D533E

Text Example


Text Example

White with #3D533E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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