Html Css Color HEX #465544 Grey-Asparagus

📋 copy color: '#465544'

red 70 ◦ green 85 ◦ blue 68

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

Shades of Grey-Asparagus #465544

Tints of Grey-Asparagus #465544

RGB

 RED value IS 70 (27.73% from 255) = 31.39%

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

 BLUE value IS 68 (26.95% from 255) = 30.49%

R = 31.39%
G = 38.12%
B = 30.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#465544 (or 0x465544) is known color: Grey-Asparagus. HEX triplet: 46, 55 and 44. RGB value is (70,85,68). Sum of RGB (Red+Green+Blue) = 70+85+68=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #465544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465544 is #B9AABB. Grayscale: #4E4E4E. Windows color (decimal): -12167868 or 4478278. OLE color: 4478278.

HSL color Cylindrical-coordinate representation of color #465544: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465544 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 68 -
CMYK 0.18 0 0.20 0.67
HSL 112.94º 0.11% 0.3% -
HSV(B) 112.94º 0.2% 0.33% -
XYZ 6.82 8.22 6.7 -
YUV 78.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 70 85 68 0.18 0 0.20 0.67 112.94 0.11 0.3
Hex 46 55 44 12 0 14 43 71 B 1E
Octal 106 125 104 22 0 24 103 161 13 36
Binary 1000110 1010101 1000100 10010 0 10100 1000011 1110001 1011 11110

Color Harmonies of #465544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465544

Black with #465544

Text Example


Text Example

White with #465544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465544; }

 p { color: rgb(70,85,68); }

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

background-color css

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

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

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

border-color css

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

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

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