Html Css Color HEX #445D45 Grey-Asparagus

📋 copy color: '#445D45'

red 68 ◦ green 93 ◦ blue 69

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

Shades of Grey-Asparagus #445D45

Tints of Grey-Asparagus #445D45

RGB

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

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

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

R = 29.57%
G = 40.43%
B = 30%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#445D45 (or 0x445D45) is known color: Grey-Asparagus. HEX triplet: 44, 5D and 45. RGB value is (68,93,69). Sum of RGB (Red+Green+Blue) = 68+93+69=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #445D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D45 is #BBA2BA. Grayscale: #525252. Windows color (decimal): -12296891 or 4545860. OLE color: 4545860.

HSL color Cylindrical-coordinate representation of color #445D45: hue angle of 122.4º 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 #445D45 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 69 -
CMYK 0.27 0 0.26 0.64
HSL 122.4º 0.16% 0.32% -
HSV(B) 122.4º 0.27% 0.36% -
XYZ 7.37 9.49 7.07 -
YUV 82.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 68 93 69 0.27 0 0.26 0.64 122.4 0.16 0.32
Hex 44 5D 45 1B 0 1A 40 7A 10 20
Octal 104 135 105 33 0 32 100 172 20 40
Binary 1000100 1011101 1000101 11011 0 11010 1000000 1111010 10000 100000

Color Harmonies of #445D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D45

Black with #445D45

Text Example


Text Example

White with #445D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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