Html Css Color HEX #445044 Grey-Asparagus

📋 copy color: '#445044'

red 68 ◦ green 80 ◦ blue 68

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

Shades of Grey-Asparagus #445044

Tints of Grey-Asparagus #445044

RGB

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

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

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

R = 31.48%
G = 37.04%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#445044 (or 0x445044) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 44. RGB value is (68,80,68). Sum of RGB (Red+Green+Blue) = 68+80+68=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #445044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445044 is #BBAFBB. Grayscale: #4B4B4B. Windows color (decimal): -12300220 or 4476996. OLE color: 4476996.

HSL color Cylindrical-coordinate representation of color #445044: hue angle of 120º 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 #445044 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 68 -
CMYK 0.15 0 0.15 0.69
HSL 120º 0.08% 0.29% -
HSV(B) 120º 0.15% 0.31% -
XYZ 6.3 7.38 6.56 -
YUV 75.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 68 80 68 0.15 0 0.15 0.69 120 0.08 0.29
Hex 44 50 44 F 0 F 45 78 8 1D
Octal 104 120 104 17 0 17 105 170 10 35
Binary 1000100 1010000 1000100 1111 0 1111 1000101 1111000 1000 11101

Color Harmonies of #445044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445044

Black with #445044

Text Example


Text Example

White with #445044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445044; }

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

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

background-color css

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

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

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

border-color css

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

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

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