Html Css Color HEX #445042 Grey-Asparagus

📋 copy color: '#445042'

red 68 ◦ green 80 ◦ blue 66

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

Shades of Grey-Asparagus #445042

Tints of Grey-Asparagus #445042

RGB

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

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

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

R = 31.78%
G = 37.38%
B = 30.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#445042 (or 0x445042) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 42. RGB value is (68,80,66). Sum of RGB (Red+Green+Blue) = 68+80+66=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #445042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445042 is #BBAFBD. Grayscale: #4A4A4A. Windows color (decimal): -12300222 or 4345924. OLE color: 4345924.

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

Color convert

RGB 68 80 66 -
CMYK 0.15 0 0.17 0.69
HSL 111.43º 0.1% 0.29% -
HSV(B) 111.43º 0.18% 0.31% -
XYZ 6.24 7.36 6.25 -
YUV 74.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 68 80 66 0.15 0 0.17 0.69 111.43 0.1 0.29
Hex 44 50 42 F 0 11 45 6F A 1D
Octal 104 120 102 17 0 21 105 157 12 35
Binary 1000100 1010000 1000010 1111 0 10001 1000101 1101111 1010 11101

Color Harmonies of #445042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445042

Black with #445042

Text Example


Text Example

White with #445042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445042; }

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

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

background-color css

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

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

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

border-color css

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

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

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