Html Css Color HEX #497871 Dark Green Copper

📋 copy color: '#497871'

red 73 ◦ green 120 ◦ blue 113

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

Shades of Dark Green Copper #497871

Tints of Dark Green Copper #497871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 23.86%
G = 39.22%
B = 36.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#497871 (or 0x497871) is known color: Dark Green Copper. HEX triplet: 49, 78 and 71. RGB value is (73,120,113). Sum of RGB (Red+Green+Blue) = 73+120+113=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #497871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497871 is #B6878E. Grayscale: #696969. Windows color (decimal): -11962255 or 7436361. OLE color: 7436361.

HSL color Cylindrical-coordinate representation of color #497871: hue angle of 171.06º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497871 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 113 -
CMYK 0.39 0 0.06 0.53
HSL 171.06º 0.24% 0.38% -
HSV(B) 171.06º 0.39% 0.47% -
XYZ 12.44 16.04 18.06 -
YUV 105.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 73 120 113 0.39 0 0.06 0.53 171.06 0.24 0.38
Hex 49 78 71 27 0 6 35 AB 18 26
Octal 111 170 161 47 0 6 65 253 30 46
Binary 1001001 1111000 1110001 100111 0 110 110101 10101011 11000 100110

Color Harmonies of #497871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497871

Black with #497871

Text Example


Text Example

White with #497871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497871; }

 p { color: rgb(73,120,113); }

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

background-color css

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

 a { background-color: rgb(73,120,113); }

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

border-color css

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

 span { border-color: rgb(73,120,113); }

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