Html Css Color HEX #495F4D Mineral Green

📋 copy color: '#495F4D'

red 73 ◦ green 95 ◦ blue 77

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

Shades of Mineral Green #495F4D

Tints of Mineral Green #495F4D

RGB

 RED value IS 73 (28.91% from 255) = 29.8%

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 29.8%
G = 38.78%
B = 31.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#495F4D (or 0x495F4D) is known color: Mineral Green. HEX triplet: 49, 5F and 4D. RGB value is (73,95,77). Sum of RGB (Red+Green+Blue) = 73+95+77=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F4D is #B6A0B2. Grayscale: #565656. Windows color (decimal): -11968691 or 5070665. OLE color: 5070665.

HSL color Cylindrical-coordinate representation of color #495F4D: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F4D is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 77 -
CMYK 0.23 0 0.19 0.63
HSL 130.91º 0.13% 0.33% -
HSV(B) 130.91º 0.23% 0.37% -
XYZ 8.18 10.14 8.55 -
YUV 86.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 73 95 77 0.23 0 0.19 0.63 130.91 0.13 0.33
Hex 49 5F 4D 17 0 13 3F 83 D 21
Octal 111 137 115 27 0 23 77 203 15 41
Binary 1001001 1011111 1001101 10111 0 10011 111111 10000011 1101 100001

Color Harmonies of #495F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F4D

Black with #495F4D

Text Example


Text Example

White with #495F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #495F4D;
 }
 .AnyTagClassName
 {
   color: #495F4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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