Html Css Color HEX #445541 Grey-Asparagus

📋 copy color: '#445541'

red 68 ◦ green 85 ◦ blue 65

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

Shades of Grey-Asparagus #445541

Tints of Grey-Asparagus #445541

RGB

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

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

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

R = 31.19%
G = 38.99%
B = 29.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#445541 (or 0x445541) is known color: Grey-Asparagus. HEX triplet: 44, 55 and 41. RGB value is (68,85,65). Sum of RGB (Red+Green+Blue) = 68+85+65=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #445541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445541 is #BBAABE. Grayscale: #4D4D4D. Windows color (decimal): -12298943 or 4281668. OLE color: 4281668.

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

Color convert

RGB 68 85 65 -
CMYK 0.20 0 0.24 0.67
HSL 111º 0.13% 0.29% -
HSV(B) 111º 0.24% 0.33% -
XYZ 6.59 8.11 6.22 -
YUV 77.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 68 85 65 0.20 0 0.24 0.67 111 0.13 0.29
Hex 44 55 41 14 0 18 43 6F D 1D
Octal 104 125 101 24 0 30 103 157 15 35
Binary 1000100 1010101 1000001 10100 0 11000 1000011 1101111 1101 11101

Color Harmonies of #445541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445541

Black with #445541

Text Example


Text Example

White with #445541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445541; }

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

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

background-color css

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

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

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

border-color css

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

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

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