#495D4D

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

Shades of Mineral Green #495D4D

Tints of Mineral Green #495D4D

Color information

#495D4D (or 0x495D4D) is unknown color: approx Mineral Green. HEX triplet: 49, 5D and 4D. RGB value is (73,93,77). Sum of RGB (Red+Green+Blue) = 73+93+77=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D4D is #B6A2B2. Grayscale: #555555. Windows color (decimal): -11969203 or 5070153. OLE color: 5070153.

HSL color Cylindrical-coordinate representation of color #495D4D: hue angle of 132º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4D is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB739377-
CMYK0.2200.170.64
HSL132º12.05%32.55%-
HSV(B)132º21.51%36.47%-
XYZ89.788.49-
YUV85.2123.37119.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=30.04%
G=38.27%
B=31.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393770.2200.170.6413212.0532.55
Hex495D4D160114084c21
Octal111135115260211002041441
Binary100100110111011001101101100100011000000100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D4D; }

 p { color: rgb(73,93,77); }

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

<style>
 a { background-color: #495D4D; }

 a { background-color: rgb(73,93,77); }

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

<style>
 span { border-color: #495D4D; }

 span { border-color: rgb(73,93,77); }

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