Html Css Color HEX #445F49 Mineral Green

📋 copy color: '#445F49'

red 68 ◦ green 95 ◦ blue 73

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

Shades of Mineral Green #445F49

Tints of Mineral Green #445F49

RGB

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

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

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

R = 28.81%
G = 40.25%
B = 30.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#445F49 (or 0x445F49) is known color: Mineral Green. HEX triplet: 44, 5F and 49. RGB value is (68,95,73). Sum of RGB (Red+Green+Blue) = 68+95+73=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #445F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F49 is #BBA0B6. Grayscale: #545454. Windows color (decimal): -12296375 or 4808516. OLE color: 4808516.

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

Color convert

RGB 68 95 73 -
CMYK 0.28 0 0.23 0.63
HSL 131.11º 0.17% 0.32% -
HSV(B) 131.11º 0.28% 0.37% -
XYZ 7.68 9.89 7.81 -
YUV 84.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 68 95 73 0.28 0 0.23 0.63 131.11 0.17 0.32
Hex 44 5F 49 1C 0 17 3F 83 11 20
Octal 104 137 111 34 0 27 77 203 21 40
Binary 1000100 1011111 1001001 11100 0 10111 111111 10000011 10001 100000

Color Harmonies of #445F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F49

Black with #445F49

Text Example


Text Example

White with #445F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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