Html Css Color HEX #445346 Grey-Asparagus

📋 copy color: '#445346'

red 68 ◦ green 83 ◦ blue 70

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

Shades of Grey-Asparagus #445346

Tints of Grey-Asparagus #445346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 30.77%
G = 37.56%
B = 31.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#445346 (or 0x445346) is known color: Grey-Asparagus. HEX triplet: 44, 53 and 46. RGB value is (68,83,70). Sum of RGB (Red+Green+Blue) = 68+83+70=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #445346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445346 is #BBACB9. Grayscale: #4D4D4D. Windows color (decimal): -12299450 or 4608836. OLE color: 4608836.

HSL color Cylindrical-coordinate representation of color #445346: hue angle of 128º 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 #445346 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 70 -
CMYK 0.18 0 0.16 0.67
HSL 128º 0.1% 0.3% -
HSV(B) 128º 0.18% 0.33% -
XYZ 6.58 7.86 6.96 -
YUV 77.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 68 83 70 0.18 0 0.16 0.67 128 0.1 0.3
Hex 44 53 46 12 0 10 43 80 A 1E
Octal 104 123 106 22 0 20 103 200 12 36
Binary 1000100 1010011 1000110 10010 0 10000 1000011 10000000 1010 11110

Color Harmonies of #445346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445346

Black with #445346

Text Example


Text Example

White with #445346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445346; }

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

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

background-color css

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

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

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

border-color css

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

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

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