Html Css Color HEX #498377 Dark Green Copper

📋 copy color: '#498377'

red 73 ◦ green 131 ◦ blue 119

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

Shades of Dark Green Copper #498377

Tints of Dark Green Copper #498377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 119 (46.88% from 255) = 36.84%

R = 22.6%
G = 40.56%
B = 36.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#498377 (or 0x498377) is known color: Dark Green Copper. HEX triplet: 49, 83 and 77. RGB value is (73,131,119). Sum of RGB (Red+Green+Blue) = 73+131+119=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #498377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498377 is #B67C88. Grayscale: #707070. Windows color (decimal): -11959433 or 7832393. OLE color: 7832393.

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

Color convert

RGB 73 131 119 -
CMYK 0.44 0 0.09 0.49
HSL 167.59º 0.28% 0.4% -
HSV(B) 167.59º 0.44% 0.51% -
XYZ 14.19 18.98 20.37 -
YUV 112.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 73 131 119 0.44 0 0.09 0.49 167.59 0.28 0.4
Hex 49 83 77 2C 0 9 31 A8 1C 28
Octal 111 203 167 54 0 11 61 250 34 50
Binary 1001001 10000011 1110111 101100 0 1001 110001 10101000 11100 101000

Color Harmonies of #498377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498377

Black with #498377

Text Example


Text Example

White with #498377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498377; }

 p { color: rgb(73,131,119); }

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

background-color css

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

 a { background-color: rgb(73,131,119); }

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

border-color css

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

 span { border-color: rgb(73,131,119); }

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