Html Css Color HEX #445144 Grey-Asparagus

📋 copy color: '#445144'

red 68 ◦ green 81 ◦ blue 68

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

Shades of Grey-Asparagus #445144

Tints of Grey-Asparagus #445144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 31.34%
G = 37.33%
B = 31.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#445144 (or 0x445144) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 44. RGB value is (68,81,68). Sum of RGB (Red+Green+Blue) = 68+81+68=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #445144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445144 is #BBAEBB. Grayscale: #4B4B4B. Windows color (decimal): -12299964 or 4477252. OLE color: 4477252.

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

Color convert

RGB 68 81 68 -
CMYK 0.16 0 0.16 0.68
HSL 120º 0.09% 0.29% -
HSV(B) 120º 0.16% 0.32% -
XYZ 6.37 7.53 6.59 -
YUV 75.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 68 81 68 0.16 0 0.16 0.68 120 0.09 0.29
Hex 44 51 44 10 0 10 44 78 9 1D
Octal 104 121 104 20 0 20 104 170 11 35
Binary 1000100 1010001 1000100 10000 0 10000 1000100 1111000 1001 11101

Color Harmonies of #445144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445144

Black with #445144

Text Example


Text Example

White with #445144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445144; }

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

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

background-color css

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

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

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

border-color css

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

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

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