Html Css Color HEX #445245 Grey-Asparagus

📋 copy color: '#445245'

red 68 ◦ green 82 ◦ blue 69

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

Shades of Grey-Asparagus #445245

Tints of Grey-Asparagus #445245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

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

R = 31.05%
G = 37.44%
B = 31.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#445245 (or 0x445245) is known color: Grey-Asparagus. HEX triplet: 44, 52 and 45. RGB value is (68,82,69). Sum of RGB (Red+Green+Blue) = 68+82+69=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #445245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445245 is #BBADBA. Grayscale: #4C4C4C. Windows color (decimal): -12299707 or 4543044. OLE color: 4543044.

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

Color convert

RGB 68 82 69 -
CMYK 0.17 0 0.16 0.68
HSL 124.29º 0.09% 0.29% -
HSV(B) 124.29º 0.17% 0.32% -
XYZ 6.48 7.69 6.77 -
YUV 76.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 68 82 69 0.17 0 0.16 0.68 124.29 0.09 0.29
Hex 44 52 45 11 0 10 44 7C 9 1D
Octal 104 122 105 21 0 20 104 174 11 35
Binary 1000100 1010010 1000101 10001 0 10000 1000100 1111100 1001 11101

Color Harmonies of #445245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445245

Black with #445245

Text Example


Text Example

White with #445245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445245; }

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

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

background-color css

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

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

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

border-color css

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

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

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