Html Css Color HEX #3D523C Grey-Asparagus

📋 copy color: '#3D523C'

red 61 ◦ green 82 ◦ blue 60

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

Shades of Grey-Asparagus #3D523C

Tints of Grey-Asparagus #3D523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 30.05%
G = 40.39%
B = 29.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#3D523C (or 0x3D523C) is known color: Grey-Asparagus. HEX triplet: 3D, 52 and 3C. RGB value is (61,82,60). Sum of RGB (Red+Green+Blue) = 61+82+60=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #3D523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D523C is #C2ADC3. Grayscale: #494949. Windows color (decimal): -12758468 or 3953213. OLE color: 3953213.

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

Color convert

RGB 61 82 60 -
CMYK 0.26 0 0.27 0.68
HSL 117.27º 0.15% 0.28% -
HSV(B) 117.27º 0.27% 0.32% -
XYZ 5.76 7.35 5.39 -
YUV 73.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 61 82 60 0.26 0 0.27 0.68 117.27 0.15 0.28
Hex 3D 52 3C 1A 0 1B 44 75 F 1C
Octal 75 122 74 32 0 33 104 165 17 34
Binary 111101 1010010 111100 11010 0 11011 1000100 1110101 1111 11100

Color Harmonies of #3D523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D523C

Black with #3D523C

Text Example


Text Example

White with #3D523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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