Html Css Color HEX #498074 Dark Green Copper

📋 copy color: '#498074'

red 73 ◦ green 128 ◦ blue 116

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

Shades of Dark Green Copper #498074

Tints of Dark Green Copper #498074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 23.03%
G = 40.38%
B = 36.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#498074 (or 0x498074) is known color: Dark Green Copper. HEX triplet: 49, 80 and 74. RGB value is (73,128,116). Sum of RGB (Red+Green+Blue) = 73+128+116=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #498074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498074 is #B67F8B. Grayscale: #6E6E6E. Windows color (decimal): -11960204 or 7635017. OLE color: 7635017.

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

Color convert

RGB 73 128 116 -
CMYK 0.43 0 0.09 0.50
HSL 166.91º 0.27% 0.39% -
HSV(B) 166.91º 0.43% 0.5% -
XYZ 13.62 18.12 19.3 -
YUV 110.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 73 128 116 0.43 0 0.09 0.50 166.91 0.27 0.39
Hex 49 80 74 2B 0 9 32 A7 1B 27
Octal 111 200 164 53 0 11 62 247 33 47
Binary 1001001 10000000 1110100 101011 0 1001 110010 10100111 11011 100111

Color Harmonies of #498074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498074

Black with #498074

Text Example


Text Example

White with #498074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498074; }

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

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

background-color css

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

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

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

border-color css

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

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

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