Html Css Color HEX #445746 Grey-Asparagus

📋 copy color: '#445746'

red 68 ◦ green 87 ◦ blue 70

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

Shades of Grey-Asparagus #445746

Tints of Grey-Asparagus #445746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 30.22%
G = 38.67%
B = 31.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#445746 (or 0x445746) is known color: Grey-Asparagus. HEX triplet: 44, 57 and 46. RGB value is (68,87,70). Sum of RGB (Red+Green+Blue) = 68+87+70=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #445746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445746 is #BBA8B9. Grayscale: #4F4F4F. Windows color (decimal): -12298426 or 4609860. OLE color: 4609860.

HSL color Cylindrical-coordinate representation of color #445746: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445746 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 70 -
CMYK 0.22 0 0.20 0.66
HSL 126.32º 0.12% 0.3% -
HSV(B) 126.32º 0.22% 0.34% -
XYZ 6.9 8.49 7.07 -
YUV 79.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 68 87 70 0.22 0 0.20 0.66 126.32 0.12 0.3
Hex 44 57 46 16 0 14 42 7E C 1E
Octal 104 127 106 26 0 24 102 176 14 36
Binary 1000100 1010111 1000110 10110 0 10100 1000010 1111110 1100 11110

Color Harmonies of #445746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445746

Black with #445746

Text Example


Text Example

White with #445746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445746; }

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

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

background-color css

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

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

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

border-color css

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

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

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