Html Css Color HEX #445B40 Grey-Asparagus

📋 copy color: '#445B40'

red 68 ◦ green 91 ◦ blue 64

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

Shades of Grey-Asparagus #445B40

Tints of Grey-Asparagus #445B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 30.49%
G = 40.81%
B = 28.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#445B40 (or 0x445B40) is known color: Grey-Asparagus. HEX triplet: 44, 5B and 40. RGB value is (68,91,64). Sum of RGB (Red+Green+Blue) = 68+91+64=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #445B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B40 is #BBA4BF. Grayscale: #515151. Windows color (decimal): -12297408 or 4217668. OLE color: 4217668.

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

Color convert

RGB 68 91 64 -
CMYK 0.25 0 0.30 0.64
HSL 111.11º 0.17% 0.3% -
HSV(B) 111.11º 0.3% 0.36% -
XYZ 7.05 9.08 6.23 -
YUV 81.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 68 91 64 0.25 0 0.30 0.64 111.11 0.17 0.3
Hex 44 5B 40 19 0 1E 40 6F 11 1E
Octal 104 133 100 31 0 36 100 157 21 36
Binary 1000100 1011011 1000000 11001 0 11110 1000000 1101111 10001 11110

Color Harmonies of #445B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B40

Black with #445B40

Text Example


Text Example

White with #445B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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