Html Css Color HEX #495F4F Mineral Green

📋 copy color: '#495F4F'

red 73 ◦ green 95 ◦ blue 79

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

Shades of Mineral Green #495F4F

Tints of Mineral Green #495F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 29.55%
G = 38.46%
B = 31.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#495F4F (or 0x495F4F) is known color: Mineral Green. HEX triplet: 49, 5F and 4F. RGB value is (73,95,79). Sum of RGB (Red+Green+Blue) = 73+95+79=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F4F is #B6A0B0. Grayscale: #565656. Windows color (decimal): -11968689 or 5201737. OLE color: 5201737.

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

Color convert

RGB 73 95 79 -
CMYK 0.23 0 0.17 0.63
HSL 136.36º 0.13% 0.33% -
HSV(B) 136.36º 0.23% 0.37% -
XYZ 8.25 10.17 8.92 -
YUV 86.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 73 95 79 0.23 0 0.17 0.63 136.36 0.13 0.33
Hex 49 5F 4F 17 0 11 3F 88 D 21
Octal 111 137 117 27 0 21 77 210 15 41
Binary 1001001 1011111 1001111 10111 0 10001 111111 10001000 1101 100001

Color Harmonies of #495F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F4F

Black with #495F4F

Text Example


Text Example

White with #495F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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