Html Css Color HEX #445045 Grey-Asparagus

📋 copy color: '#445045'

red 68 ◦ green 80 ◦ blue 69

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

Shades of Grey-Asparagus #445045

Tints of Grey-Asparagus #445045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 31.34%
G = 36.87%
B = 31.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#445045 (or 0x445045) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 45. RGB value is (68,80,69). Sum of RGB (Red+Green+Blue) = 68+80+69=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #445045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445045 is #BBAFBA. Grayscale: #4B4B4B. Windows color (decimal): -12300219 or 4542532. OLE color: 4542532.

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

Color convert

RGB 68 80 69 -
CMYK 0.15 0 0.14 0.69
HSL 125º 0.08% 0.29% -
HSV(B) 125º 0.15% 0.31% -
XYZ 6.33 7.4 6.72 -
YUV 75.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 68 80 69 0.15 0 0.14 0.69 125 0.08 0.29
Hex 44 50 45 F 0 E 45 7D 8 1D
Octal 104 120 105 17 0 16 105 175 10 35
Binary 1000100 1010000 1000101 1111 0 1110 1000101 1111101 1000 11101

Color Harmonies of #445045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445045

Black with #445045

Text Example


Text Example

White with #445045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445045; }

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

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

background-color css

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

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

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

border-color css

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

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

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