Html Css Color HEX #445344 Grey-Asparagus

📋 copy color: '#445344'

red 68 ◦ green 83 ◦ blue 68

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

Shades of Grey-Asparagus #445344

Tints of Grey-Asparagus #445344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 31.05%
G = 37.9%
B = 31.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#445344 (or 0x445344) is known color: Grey-Asparagus. HEX triplet: 44, 53 and 44. RGB value is (68,83,68). Sum of RGB (Red+Green+Blue) = 68+83+68=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #445344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445344 is #BBACBB. Grayscale: #4C4C4C. Windows color (decimal): -12299452 or 4477764. OLE color: 4477764.

HSL color Cylindrical-coordinate representation of color #445344: hue angle of 120º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445344 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 68 -
CMYK 0.18 0 0.18 0.67
HSL 120º 0.1% 0.3% -
HSV(B) 120º 0.18% 0.33% -
XYZ 6.52 7.83 6.64 -
YUV 76.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 68 83 68 0.18 0 0.18 0.67 120 0.1 0.3
Hex 44 53 44 12 0 12 43 78 A 1E
Octal 104 123 104 22 0 22 103 170 12 36
Binary 1000100 1010011 1000100 10010 0 10010 1000011 1111000 1010 11110

Color Harmonies of #445344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445344

Black with #445344

Text Example


Text Example

White with #445344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445344; }

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

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

background-color css

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

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

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

border-color css

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

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

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