Html Css Color HEX #445B41 Grey-Asparagus

📋 copy color: '#445B41'

red 68 ◦ green 91 ◦ blue 65

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

Shades of Grey-Asparagus #445B41

Tints of Grey-Asparagus #445B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.63%

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

R = 30.36%
G = 40.63%
B = 29.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#445B41 (or 0x445B41) is known color: Grey-Asparagus. HEX triplet: 44, 5B and 41. RGB value is (68,91,65). Sum of RGB (Red+Green+Blue) = 68+91+65=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #445B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B41 is #BBA4BE. Grayscale: #515151. Windows color (decimal): -12297407 or 4283204. OLE color: 4283204.

HSL color Cylindrical-coordinate representation of color #445B41: hue angle of 113.08º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445B41 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 91 65 -
CMYK 0.25 0 0.29 0.64
HSL 113.08º 0.17% 0.31% -
HSV(B) 113.08º 0.29% 0.36% -
XYZ 7.08 9.09 6.38 -
YUV 81.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 68 91 65 0.25 0 0.29 0.64 113.08 0.17 0.31
Hex 44 5B 41 19 0 1D 40 71 11 1F
Octal 104 133 101 31 0 35 100 161 21 37
Binary 1000100 1011011 1000001 11001 0 11101 1000000 1110001 10001 11111

Color Harmonies of #445B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B41

Black with #445B41

Text Example


Text Example

White with #445B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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