Html Css Color HEX #495F4E Mineral Green

📋 copy color: '#495F4E'

red 73 ◦ green 95 ◦ blue 78

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

Shades of Mineral Green #495F4E

Tints of Mineral Green #495F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 29.67%
G = 38.62%
B = 31.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#495F4E (or 0x495F4E) is known color: Mineral Green. HEX triplet: 49, 5F and 4E. RGB value is (73,95,78). Sum of RGB (Red+Green+Blue) = 73+95+78=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F4E is #B6A0B1. Grayscale: #565656. Windows color (decimal): -11968690 or 5136201. OLE color: 5136201.

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

Color convert

RGB 73 95 78 -
CMYK 0.23 0 0.18 0.63
HSL 133.64º 0.13% 0.33% -
HSV(B) 133.64º 0.23% 0.37% -
XYZ 8.22 10.15 8.73 -
YUV 86.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 73 95 78 0.23 0 0.18 0.63 133.64 0.13 0.33
Hex 49 5F 4E 17 0 12 3F 86 D 21
Octal 111 137 116 27 0 22 77 206 15 41
Binary 1001001 1011111 1001110 10111 0 10010 111111 10000110 1101 100001

Color Harmonies of #495F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F4E

Black with #495F4E

Text Example


Text Example

White with #495F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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