Html Css Color HEX #444D45 Grey-Asparagus

📋 copy color: '#444D45'

red 68 ◦ green 77 ◦ blue 69

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

Shades of Grey-Asparagus #444D45

Tints of Grey-Asparagus #444D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 31.78%
G = 35.98%
B = 32.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#444D45 (or 0x444D45) is known color: Grey-Asparagus. HEX triplet: 44, 4D and 45. RGB value is (68,77,69). Sum of RGB (Red+Green+Blue) = 68+77+69=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #444D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D45 is #BBB2BA. Grayscale: #494949. Windows color (decimal): -12300987 or 4541764. OLE color: 4541764.

HSL color Cylindrical-coordinate representation of color #444D45: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444D45 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 77 69 -
CMYK 0.12 0 0.10 0.70
HSL 126.67º 0.06% 0.28% -
HSV(B) 126.67º 0.12% 0.3% -
XYZ 6.11 6.97 6.65 -
YUV 73.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 68 77 69 0.12 0 0.10 0.70 126.67 0.06 0.28
Hex 44 4D 45 C 0 A 46 7F 6 1C
Octal 104 115 105 14 0 12 106 177 6 34
Binary 1000100 1001101 1000101 1100 0 1010 1000110 1111111 110 11100

Color Harmonies of #444D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D45

Black with #444D45

Text Example


Text Example

White with #444D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444D45; }

 p { color: rgb(68,77,69); }

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

background-color css

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

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

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

border-color css

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

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

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