Html Css Color HEX #445141 Grey-Asparagus

📋 copy color: '#445141'

red 68 ◦ green 81 ◦ blue 65

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

Shades of Grey-Asparagus #445141

Tints of Grey-Asparagus #445141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 31.78%
G = 37.85%
B = 30.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#445141 (or 0x445141) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 41. RGB value is (68,81,65). Sum of RGB (Red+Green+Blue) = 68+81+65=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #445141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445141 is #BBAEBE. Grayscale: #4B4B4B. Windows color (decimal): -12299967 or 4280644. OLE color: 4280644.

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

Color convert

RGB 68 81 65 -
CMYK 0.16 0 0.20 0.68
HSL 108.75º 0.11% 0.29% -
HSV(B) 108.75º 0.2% 0.32% -
XYZ 6.28 7.5 6.12 -
YUV 75.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 68 81 65 0.16 0 0.20 0.68 108.75 0.11 0.29
Hex 44 51 41 10 0 14 44 6D B 1D
Octal 104 121 101 20 0 24 104 155 13 35
Binary 1000100 1010001 1000001 10000 0 10100 1000100 1101101 1011 11101

Color Harmonies of #445141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445141

Black with #445141

Text Example


Text Example

White with #445141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445141; }

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

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

background-color css

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

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

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

border-color css

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

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

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