Html Css Color HEX #445E49 Mineral Green

📋 copy color: '#445E49'

red 68 ◦ green 94 ◦ blue 73

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

Shades of Mineral Green #445E49

Tints of Mineral Green #445E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 28.94%
G = 40%
B = 31.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#445E49 (or 0x445E49) is known color: Mineral Green. HEX triplet: 44, 5E and 49. RGB value is (68,94,73). Sum of RGB (Red+Green+Blue) = 68+94+73=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #445E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E49 is #BBA1B6. Grayscale: #535353. Windows color (decimal): -12296631 or 4808260. OLE color: 4808260.

HSL color Cylindrical-coordinate representation of color #445E49: hue angle of 131.54º degrees, saturation: 0.16, 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 #445E49 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 94 73 -
CMYK 0.28 0 0.22 0.63
HSL 131.54º 0.16% 0.32% -
HSV(B) 131.54º 0.28% 0.37% -
XYZ 7.59 9.72 7.78 -
YUV 83.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 68 94 73 0.28 0 0.22 0.63 131.54 0.16 0.32
Hex 44 5E 49 1C 0 16 3F 84 10 20
Octal 104 136 111 34 0 26 77 204 20 40
Binary 1000100 1011110 1001001 11100 0 10110 111111 10000100 10000 100000

Color Harmonies of #445E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E49

Black with #445E49

Text Example


Text Example

White with #445E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,73); }

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

background-color css

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

 a { background-color: rgb(68,94,73); }

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

border-color css

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

 span { border-color: rgb(68,94,73); }

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