Html Css Color HEX #3D483C Grey-Asparagus

📋 copy color: '#3D483C'

red 61 ◦ green 72 ◦ blue 60

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

Shades of Grey-Asparagus #3D483C

Tints of Grey-Asparagus #3D483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 31.61%
G = 37.31%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#3D483C (or 0x3D483C) is known color: Grey-Asparagus. HEX triplet: 3D, 48 and 3C. RGB value is (61,72,60). Sum of RGB (Red+Green+Blue) = 61+72+60=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3D483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D483C is #C2B7C3. Grayscale: #434343. Windows color (decimal): -12761028 or 3950653. OLE color: 3950653.

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

Color convert

RGB 61 72 60 -
CMYK 0.15 0 0.17 0.72
HSL 115º 0.09% 0.26% -
HSV(B) 115º 0.17% 0.28% -
XYZ 5.06 5.95 5.16 -
YUV 67.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 61 72 60 0.15 0 0.17 0.72 115 0.09 0.26
Hex 3D 48 3C F 0 11 48 73 9 1A
Octal 75 110 74 17 0 21 110 163 11 32
Binary 111101 1001000 111100 1111 0 10001 1001000 1110011 1001 11010

Color Harmonies of #3D483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D483C

Black with #3D483C

Text Example


Text Example

White with #3D483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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