Html Css Color HEX #445046 Grey-Asparagus

📋 copy color: '#445046'

red 68 ◦ green 80 ◦ blue 70

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

Shades of Grey-Asparagus #445046

Tints of Grey-Asparagus #445046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 31.19%
G = 36.7%
B = 32.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#445046 (or 0x445046) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 46. RGB value is (68,80,70). Sum of RGB (Red+Green+Blue) = 68+80+70=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #445046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445046 is #BBAFB9. Grayscale: #4B4B4B. Windows color (decimal): -12300218 or 4608068. OLE color: 4608068.

HSL color Cylindrical-coordinate representation of color #445046: hue angle of 130º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445046 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 70 -
CMYK 0.15 0 0.12 0.69
HSL 130º 0.08% 0.29% -
HSV(B) 130º 0.15% 0.31% -
XYZ 6.36 7.41 6.89 -
YUV 75.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 68 80 70 0.15 0 0.12 0.69 130 0.08 0.29
Hex 44 50 46 F 0 C 45 82 8 1D
Octal 104 120 106 17 0 14 105 202 10 35
Binary 1000100 1010000 1000110 1111 0 1100 1000101 10000010 1000 11101

Color Harmonies of #445046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445046

Black with #445046

Text Example


Text Example

White with #445046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445046; }

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

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

background-color css

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

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

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

border-color css

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

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

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