Html Css Color HEX #49664F Mineral Green

📋 copy color: '#49664F'

red 73 ◦ green 102 ◦ blue 79

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

Shades of Mineral Green #49664F

Tints of Mineral Green #49664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

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

R = 28.74%
G = 40.16%
B = 31.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#49664F (or 0x49664F) is known color: Mineral Green. HEX triplet: 49, 66 and 4F. RGB value is (73,102,79). Sum of RGB (Red+Green+Blue) = 73+102+79=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #49664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49664F is #B699B0. Grayscale: #5A5A5A. Windows color (decimal): -11966897 or 5203529. OLE color: 5203529.

HSL color Cylindrical-coordinate representation of color #49664F: hue angle of 132.41º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49664F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 79 -
CMYK 0.28 0 0.23 0.6
HSL 132.41º 0.17% 0.34% -
HSV(B) 132.41º 0.28% 0.4% -
XYZ 8.91 11.48 9.14 -
YUV 90.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 73 102 79 0.28 0 0.23 0.6 132.41 0.17 0.34
Hex 49 66 4F 1C 0 17 3C 84 11 22
Octal 111 146 117 34 0 27 74 204 21 42
Binary 1001001 1100110 1001111 11100 0 10111 111100 10000100 10001 100010

Color Harmonies of #49664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49664F

Black with #49664F

Text Example


Text Example

White with #49664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49664F; }

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

 H1.HeaderClassName
 {
   color: #49664F;
 }
 .AnyTagClassName
 {
   color: #49664F;
 }
</style>

background-color css

<style>
 a { background-color: #49664F; }

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

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

border-color css

<style>
 span { border-color: #49664F; }

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

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