Html Css Color HEX #445041 Grey-Asparagus

📋 copy color: '#445041'

red 68 ◦ green 80 ◦ blue 65

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

Shades of Grey-Asparagus #445041

Tints of Grey-Asparagus #445041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 31.92%
G = 37.56%
B = 30.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#445041 (or 0x445041) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 41. RGB value is (68,80,65). Sum of RGB (Red+Green+Blue) = 68+80+65=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #445041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445041 is #BBAFBE. Grayscale: #4A4A4A. Windows color (decimal): -12300223 or 4280388. OLE color: 4280388.

HSL color Cylindrical-coordinate representation of color #445041: hue angle of 108º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445041 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 65 -
CMYK 0.15 0 0.19 0.69
HSL 108º 0.1% 0.28% -
HSV(B) 108º 0.19% 0.31% -
XYZ 6.21 7.35 6.09 -
YUV 74.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 68 80 65 0.15 0 0.19 0.69 108 0.1 0.28
Hex 44 50 41 F 0 13 45 6C A 1C
Octal 104 120 101 17 0 23 105 154 12 34
Binary 1000100 1010000 1000001 1111 0 10011 1000101 1101100 1010 11100

Color Harmonies of #445041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445041

Black with #445041

Text Example


Text Example

White with #445041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445041; }

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

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

background-color css

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

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

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

border-color css

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

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

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