Html Css Color HEX #445142 Grey-Asparagus

📋 copy color: '#445142'

red 68 ◦ green 81 ◦ blue 66

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

Shades of Grey-Asparagus #445142

Tints of Grey-Asparagus #445142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 31.63%
G = 37.67%
B = 30.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#445142 (or 0x445142) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 42. RGB value is (68,81,66). Sum of RGB (Red+Green+Blue) = 68+81+66=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #445142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445142 is #BBAEBD. Grayscale: #4B4B4B. Windows color (decimal): -12299966 or 4346180. OLE color: 4346180.

HSL color Cylindrical-coordinate representation of color #445142: hue angle of 112º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445142 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 66 -
CMYK 0.16 0 0.19 0.68
HSL 112º 0.1% 0.29% -
HSV(B) 112º 0.19% 0.32% -
XYZ 6.31 7.51 6.27 -
YUV 75.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 68 81 66 0.16 0 0.19 0.68 112 0.1 0.29
Hex 44 51 42 10 0 13 44 70 A 1D
Octal 104 121 102 20 0 23 104 160 12 35
Binary 1000100 1010001 1000010 10000 0 10011 1000100 1110000 1010 11101

Color Harmonies of #445142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445142

Black with #445142

Text Example


Text Example

White with #445142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445142; }

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

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

background-color css

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

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

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

border-color css

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

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

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