Html Css Color HEX #445A47 Grey-Asparagus

📋 copy color: '#445A47'

red 68 ◦ green 90 ◦ blue 71

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

Shades of Grey-Asparagus #445A47

Tints of Grey-Asparagus #445A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

 BLUE value IS 71 (28.13% from 255) = 31%

R = 29.69%
G = 39.3%
B = 31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#445A47 (or 0x445A47) is known color: Grey-Asparagus. HEX triplet: 44, 5A and 47. RGB value is (68,90,71). Sum of RGB (Red+Green+Blue) = 68+90+71=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #445A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A47 is #BBA5B8. Grayscale: #515151. Windows color (decimal): -12297657 or 4676164. OLE color: 4676164.

HSL color Cylindrical-coordinate representation of color #445A47: hue angle of 128.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A47 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 90 71 -
CMYK 0.24 0 0.21 0.65
HSL 128.18º 0.14% 0.31% -
HSV(B) 128.18º 0.24% 0.35% -
XYZ 7.18 9 7.32 -
YUV 81.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 68 90 71 0.24 0 0.21 0.65 128.18 0.14 0.31
Hex 44 5A 47 18 0 15 41 80 E 1F
Octal 104 132 107 30 0 25 101 200 16 37
Binary 1000100 1011010 1000111 11000 0 10101 1000001 10000000 1110 11111

Color Harmonies of #445A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A47

Black with #445A47

Text Example


Text Example

White with #445A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,90,71); }

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

background-color css

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

 a { background-color: rgb(68,90,71); }

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

border-color css

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

 span { border-color: rgb(68,90,71); }

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