Html Css Color HEX #445846 Grey-Asparagus

📋 copy color: '#445846'

red 68 ◦ green 88 ◦ blue 70

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

Shades of Grey-Asparagus #445846

Tints of Grey-Asparagus #445846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 30.09%
G = 38.94%
B = 30.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#445846 (or 0x445846) is known color: Grey-Asparagus. HEX triplet: 44, 58 and 46. RGB value is (68,88,70). Sum of RGB (Red+Green+Blue) = 68+88+70=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #445846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445846 is #BBA7B9. Grayscale: #505050. Windows color (decimal): -12298170 or 4610116. OLE color: 4610116.

HSL color Cylindrical-coordinate representation of color #445846: hue angle of 126º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445846 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 70 -
CMYK 0.23 0 0.20 0.65
HSL 126º 0.13% 0.31% -
HSV(B) 126º 0.23% 0.35% -
XYZ 6.98 8.65 7.1 -
YUV 79.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 68 88 70 0.23 0 0.20 0.65 126 0.13 0.31
Hex 44 58 46 17 0 14 41 7E D 1F
Octal 104 130 106 27 0 24 101 176 15 37
Binary 1000100 1011000 1000110 10111 0 10100 1000001 1111110 1101 11111

Color Harmonies of #445846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445846

Black with #445846

Text Example


Text Example

White with #445846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445846; }

 p { color: rgb(68,88,70); }

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

background-color css

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

 a { background-color: rgb(68,88,70); }

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

border-color css

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

 span { border-color: rgb(68,88,70); }

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