Html Css Color HEX #498076 Dark Green Copper

📋 copy color: '#498076'

red 73 ◦ green 128 ◦ blue 118

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

Shades of Dark Green Copper #498076

Tints of Dark Green Copper #498076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.13%

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

R = 22.88%
G = 40.13%
B = 36.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#498076 (or 0x498076) is known color: Dark Green Copper. HEX triplet: 49, 80 and 76. RGB value is (73,128,118). Sum of RGB (Red+Green+Blue) = 73+128+118=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #498076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498076 is #B67F89. Grayscale: #6E6E6E. Windows color (decimal): -11960202 or 7766089. OLE color: 7766089.

HSL color Cylindrical-coordinate representation of color #498076: hue angle of 169.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498076 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 118 -
CMYK 0.43 0 0.08 0.50
HSL 169.09º 0.27% 0.39% -
HSV(B) 169.09º 0.43% 0.5% -
XYZ 13.74 18.16 19.92 -
YUV 110.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 73 128 118 0.43 0 0.08 0.50 169.09 0.27 0.39
Hex 49 80 76 2B 0 8 32 A9 1B 27
Octal 111 200 166 53 0 10 62 251 33 47
Binary 1001001 10000000 1110110 101011 0 1000 110010 10101001 11011 100111

Color Harmonies of #498076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498076

Black with #498076

Text Example


Text Example

White with #498076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498076; }

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

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

background-color css

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

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

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

border-color css

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

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

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