Html Css Color HEX #445F46 Grey-Asparagus

📋 copy color: '#445F46'

red 68 ◦ green 95 ◦ blue 70

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

Shades of Grey-Asparagus #445F46

Tints of Grey-Asparagus #445F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.77%

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

R = 29.18%
G = 40.77%
B = 30.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#445F46 (or 0x445F46) is known color: Grey-Asparagus. HEX triplet: 44, 5F and 46. RGB value is (68,95,70). Sum of RGB (Red+Green+Blue) = 68+95+70=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #445F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F46 is #BBA0B9. Grayscale: #545454. Windows color (decimal): -12296378 or 4611908. OLE color: 4611908.

HSL color Cylindrical-coordinate representation of color #445F46: hue angle of 124.44º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F46 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 70 -
CMYK 0.28 0 0.26 0.63
HSL 124.44º 0.17% 0.32% -
HSV(B) 124.44º 0.28% 0.37% -
XYZ 7.58 9.86 7.3 -
YUV 84.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 68 95 70 0.28 0 0.26 0.63 124.44 0.17 0.32
Hex 44 5F 46 1C 0 1A 3F 7C 11 20
Octal 104 137 106 34 0 32 77 174 21 40
Binary 1000100 1011111 1000110 11100 0 11010 111111 1111100 10001 100000

Color Harmonies of #445F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F46

Black with #445F46

Text Example


Text Example

White with #445F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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