Html Css Color HEX #498075 Dark Green Copper

📋 copy color: '#498075'

red 73 ◦ green 128 ◦ blue 117

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

Shades of Dark Green Copper #498075

Tints of Dark Green Copper #498075

RGB

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

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

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

R = 22.96%
G = 40.25%
B = 36.79%

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

#498075 (or 0x498075) is known color: Dark Green Copper. HEX triplet: 49, 80 and 75. RGB value is (73,128,117). Sum of RGB (Red+Green+Blue) = 73+128+117=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #498075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498075 is #B67F8A. Grayscale: #6E6E6E. Windows color (decimal): -11960203 or 7700553. OLE color: 7700553.

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

Color convert

RGB 73 128 117 -
CMYK 0.43 0 0.09 0.50
HSL 168º 0.27% 0.39% -
HSV(B) 168º 0.43% 0.5% -
XYZ 13.68 18.14 19.61 -
YUV 110.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 73 128 117 0.43 0 0.09 0.50 168 0.27 0.39
Hex 49 80 75 2B 0 9 32 A8 1B 27
Octal 111 200 165 53 0 11 62 250 33 47
Binary 1001001 10000000 1110101 101011 0 1001 110010 10101000 11011 100111

Color Harmonies of #498075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498075

Black with #498075

Text Example


Text Example

White with #498075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498075; }

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

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

background-color css

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

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

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

border-color css

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

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

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