Html Css Color HEX #445646 Grey-Asparagus

📋 copy color: '#445646'

red 68 ◦ green 86 ◦ blue 70

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

Shades of Grey-Asparagus #445646

Tints of Grey-Asparagus #445646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 30.36%
G = 38.39%
B = 31.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#445646 (or 0x445646) is known color: Grey-Asparagus. HEX triplet: 44, 56 and 46. RGB value is (68,86,70). Sum of RGB (Red+Green+Blue) = 68+86+70=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #445646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445646 is #BBA9B9. Grayscale: #4E4E4E. Windows color (decimal): -12298682 or 4609604. OLE color: 4609604.

HSL color Cylindrical-coordinate representation of color #445646: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445646 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 70 -
CMYK 0.21 0 0.19 0.66
HSL 126.67º 0.12% 0.3% -
HSV(B) 126.67º 0.21% 0.34% -
XYZ 6.82 8.33 7.04 -
YUV 78.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 68 86 70 0.21 0 0.19 0.66 126.67 0.12 0.3
Hex 44 56 46 15 0 13 42 7F C 1E
Octal 104 126 106 25 0 23 102 177 14 36
Binary 1000100 1010110 1000110 10101 0 10011 1000010 1111111 1100 11110

Color Harmonies of #445646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445646

Black with #445646

Text Example


Text Example

White with #445646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445646; }

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

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

background-color css

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

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

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

border-color css

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

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

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