#445E4A

Color #445E4A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #445E4A

Tints of Mineral Green #445E4A

Color information

#445E4A (or 0x445E4A) is unknown color: approx Mineral Green. HEX triplet: 44, 5E and 4A. RGB value is (68,94,74). Sum of RGB (Red+Green+Blue) = 68+94+74=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 94 - color contains mainly: green. Hex color #445E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E4A is #BBA1B5. Grayscale: #535353. Windows color (decimal): -12296630 or 4873796. OLE color: 4873796.

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

Color convert

RGB689474-
CMYK0.2800.210.63
HSL133.85º16.05%31.76%-
HSV(B)133.85º27.66%36.86%-
XYZ7.629.737.95-
YUV83.95122.39116.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=28.81%
G=39.83%
B=31.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894740.2800.210.63133.8516.0531.76
Hex445E4A1C0153F861020
Octal10413611234025772062040
Binary100010010111101001010111000101011111111000011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #445E4A;
 }
 .AnyTagClassName
 {
   color: #445E4A;
 }
</style>
background-color css

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

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

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

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

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

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