Html Css Color HEX #498176 Dark Green Copper

📋 copy color: '#498176'

red 73 ◦ green 129 ◦ blue 118

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

Shades of Dark Green Copper #498176

Tints of Dark Green Copper #498176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 22.81%
G = 40.31%
B = 36.88%

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

#498176 (or 0x498176) is known color: Dark Green Copper. HEX triplet: 49, 81 and 76. RGB value is (73,129,118). Sum of RGB (Red+Green+Blue) = 73+129+118=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #498176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498176 is #B67E89. Grayscale: #6E6E6E. Windows color (decimal): -11959946 or 7766345. OLE color: 7766345.

HSL color Cylindrical-coordinate representation of color #498176: hue angle of 168.21º 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 #498176 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 118 -
CMYK 0.43 0 0.09 0.49
HSL 168.21º 0.28% 0.4% -
HSV(B) 168.21º 0.43% 0.51% -
XYZ 13.87 18.42 19.97 -
YUV 111 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 73 129 118 0.43 0 0.09 0.49 168.21 0.28 0.4
Hex 49 81 76 2B 0 9 31 A8 1C 28
Octal 111 201 166 53 0 11 61 250 34 50
Binary 1001001 10000001 1110110 101011 0 1001 110001 10101000 11100 101000

Color Harmonies of #498176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498176

Black with #498176

Text Example


Text Example

White with #498176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498176; }

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

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

background-color css

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

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

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

border-color css

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

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

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