Html Css Color HEX #445441 Grey-Asparagus

📋 copy color: '#445441'

red 68 ◦ green 84 ◦ blue 65

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

Shades of Grey-Asparagus #445441

Tints of Grey-Asparagus #445441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 31.34%
G = 38.71%
B = 29.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#445441 (or 0x445441) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 41. RGB value is (68,84,65). Sum of RGB (Red+Green+Blue) = 68+84+65=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #445441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445441 is #BBABBE. Grayscale: #4D4D4D. Windows color (decimal): -12299199 or 4281412. OLE color: 4281412.

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

Color convert

RGB 68 84 65 -
CMYK 0.19 0 0.23 0.67
HSL 110.53º 0.13% 0.29% -
HSV(B) 110.53º 0.23% 0.33% -
XYZ 6.51 7.95 6.19 -
YUV 77.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 68 84 65 0.19 0 0.23 0.67 110.53 0.13 0.29
Hex 44 54 41 13 0 17 43 6F D 1D
Octal 104 124 101 23 0 27 103 157 15 35
Binary 1000100 1010100 1000001 10011 0 10111 1000011 1101111 1101 11101

Color Harmonies of #445441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445441

Black with #445441

Text Example


Text Example

White with #445441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445441; }

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

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

background-color css

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

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

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

border-color css

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

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

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