Html Css Color HEX #445E41 Grey-Asparagus

📋 copy color: '#445E41'

red 68 ◦ green 94 ◦ blue 65

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

Shades of Grey-Asparagus #445E41

Tints of Grey-Asparagus #445E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

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

R = 29.96%
G = 41.41%
B = 28.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#445E41 (or 0x445E41) is known color: Grey-Asparagus. HEX triplet: 44, 5E and 41. RGB value is (68,94,65). Sum of RGB (Red+Green+Blue) = 68+94+65=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #445E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E41 is #BBA1BE. Grayscale: #535353. Windows color (decimal): -12296639 or 4283972. OLE color: 4283972.

HSL color Cylindrical-coordinate representation of color #445E41: hue angle of 113.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445E41 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 94 65 -
CMYK 0.28 0 0.31 0.63
HSL 113.79º 0.18% 0.31% -
HSV(B) 113.79º 0.31% 0.37% -
XYZ 7.34 9.62 6.47 -
YUV 82.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 68 94 65 0.28 0 0.31 0.63 113.79 0.18 0.31
Hex 44 5E 41 1C 0 1F 3F 72 12 1F
Octal 104 136 101 34 0 37 77 162 22 37
Binary 1000100 1011110 1000001 11100 0 11111 111111 1110010 10010 11111

Color Harmonies of #445E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E41

Black with #445E41

Text Example


Text Example

White with #445E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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