Html Css Color HEX #445D46 Grey-Asparagus

📋 copy color: '#445D46'

red 68 ◦ green 93 ◦ blue 70

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

Shades of Grey-Asparagus #445D46

Tints of Grey-Asparagus #445D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.26%

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

R = 29.44%
G = 40.26%
B = 30.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#445D46 (or 0x445D46) is known color: Grey-Asparagus. HEX triplet: 44, 5D and 46. RGB value is (68,93,70). Sum of RGB (Red+Green+Blue) = 68+93+70=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #445D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D46 is #BBA2B9. Grayscale: #525252. Windows color (decimal): -12296890 or 4611396. OLE color: 4611396.

HSL color Cylindrical-coordinate representation of color #445D46: hue angle of 124.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D46 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 70 -
CMYK 0.27 0 0.25 0.64
HSL 124.8º 0.16% 0.32% -
HSV(B) 124.8º 0.27% 0.36% -
XYZ 7.4 9.5 7.24 -
YUV 82.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 68 93 70 0.27 0 0.25 0.64 124.8 0.16 0.32
Hex 44 5D 46 1B 0 19 40 7D 10 20
Octal 104 135 106 33 0 31 100 175 20 40
Binary 1000100 1011101 1000110 11011 0 11001 1000000 1111101 10000 100000

Color Harmonies of #445D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D46

Black with #445D46

Text Example


Text Example

White with #445D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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