Html Css Color HEX #445444 Grey-Asparagus

📋 copy color: '#445444'

red 68 ◦ green 84 ◦ blue 68

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

Shades of Grey-Asparagus #445444

Tints of Grey-Asparagus #445444

RGB

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

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

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

R = 30.91%
G = 38.18%
B = 30.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#445444 (or 0x445444) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 44. RGB value is (68,84,68). Sum of RGB (Red+Green+Blue) = 68+84+68=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #445444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445444 is #BBABBB. Grayscale: #4D4D4D. Windows color (decimal): -12299196 or 4478020. OLE color: 4478020.

HSL color Cylindrical-coordinate representation of color #445444: hue angle of 120º 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 #445444 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 68 -
CMYK 0.19 0 0.19 0.67
HSL 120º 0.11% 0.3% -
HSV(B) 120º 0.19% 0.33% -
XYZ 6.6 7.99 6.66 -
YUV 77.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 68 84 68 0.19 0 0.19 0.67 120 0.11 0.3
Hex 44 54 44 13 0 13 43 78 B 1E
Octal 104 124 104 23 0 23 103 170 13 36
Binary 1000100 1010100 1000100 10011 0 10011 1000011 1111000 1011 11110

Color Harmonies of #445444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445444

Black with #445444

Text Example


Text Example

White with #445444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445444; }

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

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

background-color css

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

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

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

border-color css

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

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

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