Html Css Color HEX #445545 Grey-Asparagus

📋 copy color: '#445545'

red 68 ◦ green 85 ◦ blue 69

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

Shades of Grey-Asparagus #445545

Tints of Grey-Asparagus #445545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

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

R = 30.63%
G = 38.29%
B = 31.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#445545 (or 0x445545) is known color: Grey-Asparagus. HEX triplet: 44, 55 and 45. RGB value is (68,85,69). Sum of RGB (Red+Green+Blue) = 68+85+69=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #445545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445545 is #BBAABA. Grayscale: #4E4E4E. Windows color (decimal): -12298939 or 4543812. OLE color: 4543812.

HSL color Cylindrical-coordinate representation of color #445545: hue angle of 123.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445545 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 69 -
CMYK 0.20 0 0.19 0.67
HSL 123.53º 0.11% 0.3% -
HSV(B) 123.53º 0.2% 0.33% -
XYZ 6.71 8.16 6.85 -
YUV 78.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 68 85 69 0.20 0 0.19 0.67 123.53 0.11 0.3
Hex 44 55 45 14 0 13 43 7C B 1E
Octal 104 125 105 24 0 23 103 174 13 36
Binary 1000100 1010101 1000101 10100 0 10011 1000011 1111100 1011 11110

Color Harmonies of #445545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445545

Black with #445545

Text Example


Text Example

White with #445545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445545; }

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

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

background-color css

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

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

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

border-color css

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

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

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