Html Css Color HEX #445442 Grey-Asparagus

📋 copy color: '#445442'

red 68 ◦ green 84 ◦ blue 66

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

Shades of Grey-Asparagus #445442

Tints of Grey-Asparagus #445442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 31.19%
G = 38.53%
B = 30.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#445442 (or 0x445442) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 42. RGB value is (68,84,66). Sum of RGB (Red+Green+Blue) = 68+84+66=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #445442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445442 is #BBABBD. Grayscale: #4D4D4D. Windows color (decimal): -12299198 or 4346948. OLE color: 4346948.

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

Color convert

RGB 68 84 66 -
CMYK 0.19 0 0.21 0.67
HSL 113.33º 0.12% 0.29% -
HSV(B) 113.33º 0.21% 0.33% -
XYZ 6.54 7.96 6.35 -
YUV 77.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 68 84 66 0.19 0 0.21 0.67 113.33 0.12 0.29
Hex 44 54 42 13 0 15 43 71 C 1D
Octal 104 124 102 23 0 25 103 161 14 35
Binary 1000100 1010100 1000010 10011 0 10101 1000011 1110001 1100 11101

Color Harmonies of #445442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445442

Black with #445442

Text Example


Text Example

White with #445442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445442; }

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

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

background-color css

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

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

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

border-color css

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

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

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