Html Css Color HEX #445446 Grey-Asparagus

📋 copy color: '#445446'

red 68 ◦ green 84 ◦ blue 70

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

Shades of Grey-Asparagus #445446

Tints of Grey-Asparagus #445446

RGB

 RED value IS 68 (26.95% from 255) = 30.63%

 GREEN value IS 84 (33.2% from 255) = 37.84%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 30.63%
G = 37.84%
B = 31.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#445446 (or 0x445446) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 46. RGB value is (68,84,70). Sum of RGB (Red+Green+Blue) = 68+84+70=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #445446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445446 is #BBABB9. Grayscale: #4D4D4D. Windows color (decimal): -12299194 or 4609092. OLE color: 4609092.

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

Color convert

RGB 68 84 70 -
CMYK 0.19 0 0.17 0.67
HSL 127.5º 0.11% 0.3% -
HSV(B) 127.5º 0.19% 0.33% -
XYZ 6.66 8.01 6.99 -
YUV 77.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 68 84 70 0.19 0 0.17 0.67 127.5 0.11 0.3
Hex 44 54 46 13 0 11 43 80 B 1E
Octal 104 124 106 23 0 21 103 200 13 36
Binary 1000100 1010100 1000110 10011 0 10001 1000011 10000000 1011 11110

Color Harmonies of #445446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445446

Black with #445446

Text Example


Text Example

White with #445446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445446; }

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

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

background-color css

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

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

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

border-color css

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

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

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