Html Css Color HEX #445B3F Grey-Asparagus

📋 copy color: '#445B3F'

red 68 ◦ green 91 ◦ blue 63

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

Shades of Grey-Asparagus #445B3F

Tints of Grey-Asparagus #445B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 30.63%
G = 40.99%
B = 28.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#445B3F (or 0x445B3F) is known color: Grey-Asparagus. HEX triplet: 44, 5B and 3F. RGB value is (68,91,63). Sum of RGB (Red+Green+Blue) = 68+91+63=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #445B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B3F is #BBA4C0. Grayscale: #515151. Windows color (decimal): -12297409 or 4152132. OLE color: 4152132.

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

Color convert

RGB 68 91 63 -
CMYK 0.25 0 0.31 0.64
HSL 109.29º 0.18% 0.3% -
HSV(B) 109.29º 0.31% 0.36% -
XYZ 7.02 9.07 6.08 -
YUV 80.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 68 91 63 0.25 0 0.31 0.64 109.29 0.18 0.3
Hex 44 5B 3F 19 0 1F 40 6D 12 1E
Octal 104 133 77 31 0 37 100 155 22 36
Binary 1000100 1011011 111111 11001 0 11111 1000000 1101101 10010 11110

Color Harmonies of #445B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B3F

Black with #445B3F

Text Example


Text Example

White with #445B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,91,63); }

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

background-color css

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

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

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

border-color css

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

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

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