Html Css Color HEX #498175 Dark Green Copper

📋 copy color: '#498175'

red 73 ◦ green 129 ◦ blue 117

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

Shades of Dark Green Copper #498175

Tints of Dark Green Copper #498175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 22.88%
G = 40.44%
B = 36.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#498175 (or 0x498175) is known color: Dark Green Copper. HEX triplet: 49, 81 and 75. RGB value is (73,129,117). Sum of RGB (Red+Green+Blue) = 73+129+117=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #498175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498175 is #B67E8A. Grayscale: #6E6E6E. Windows color (decimal): -11959947 or 7700809. OLE color: 7700809.

HSL color Cylindrical-coordinate representation of color #498175: hue angle of 167.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498175 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 117 -
CMYK 0.43 0 0.09 0.49
HSL 167.14º 0.28% 0.4% -
HSV(B) 167.14º 0.43% 0.51% -
XYZ 13.81 18.4 19.65 -
YUV 110.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 73 129 117 0.43 0 0.09 0.49 167.14 0.28 0.4
Hex 49 81 75 2B 0 9 31 A7 1C 28
Octal 111 201 165 53 0 11 61 247 34 50
Binary 1001001 10000001 1110101 101011 0 1001 110001 10100111 11100 101000

Color Harmonies of #498175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498175

Black with #498175

Text Example


Text Example

White with #498175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498175; }

 p { color: rgb(73,129,117); }

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

background-color css

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

 a { background-color: rgb(73,129,117); }

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

border-color css

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

 span { border-color: rgb(73,129,117); }

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