Html Css Color HEX #445B42 Grey-Asparagus

📋 copy color: '#445B42'

red 68 ◦ green 91 ◦ blue 66

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

Shades of Grey-Asparagus #445B42

Tints of Grey-Asparagus #445B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 30.22%
G = 40.44%
B = 29.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#445B42 (or 0x445B42) is known color: Grey-Asparagus. HEX triplet: 44, 5B and 42. RGB value is (68,91,66). Sum of RGB (Red+Green+Blue) = 68+91+66=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #445B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B42 is #BBA4BD. Grayscale: #515151. Windows color (decimal): -12297406 or 4348740. OLE color: 4348740.

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

Color convert

RGB 68 91 66 -
CMYK 0.25 0 0.27 0.64
HSL 115.2º 0.16% 0.31% -
HSV(B) 115.2º 0.27% 0.36% -
XYZ 7.11 9.1 6.54 -
YUV 81.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 68 91 66 0.25 0 0.27 0.64 115.2 0.16 0.31
Hex 44 5B 42 19 0 1B 40 73 10 1F
Octal 104 133 102 31 0 33 100 163 20 37
Binary 1000100 1011011 1000010 11001 0 11011 1000000 1110011 10000 11111

Color Harmonies of #445B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B42

Black with #445B42

Text Example


Text Example

White with #445B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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