Html Css Color HEX #497870 Dark Green Copper

📋 copy color: '#497870'

red 73 ◦ green 120 ◦ blue 112

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

Shades of Dark Green Copper #497870

Tints of Dark Green Copper #497870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 23.93%
G = 39.34%
B = 36.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#497870 (or 0x497870) is known color: Dark Green Copper. HEX triplet: 49, 78 and 70. RGB value is (73,120,112). Sum of RGB (Red+Green+Blue) = 73+120+112=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #497870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497870 is #B6878F. Grayscale: #696969. Windows color (decimal): -11962256 or 7370825. OLE color: 7370825.

HSL color Cylindrical-coordinate representation of color #497870: hue angle of 169.79º 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 #497870 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 112 -
CMYK 0.39 0 0.07 0.53
HSL 169.79º 0.24% 0.38% -
HSV(B) 169.79º 0.39% 0.47% -
XYZ 12.39 16.02 17.77 -
YUV 105.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 73 120 112 0.39 0 0.07 0.53 169.79 0.24 0.38
Hex 49 78 70 27 0 7 35 AA 18 26
Octal 111 170 160 47 0 7 65 252 30 46
Binary 1001001 1111000 1110000 100111 0 111 110101 10101010 11000 100110

Color Harmonies of #497870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497870

Black with #497870

Text Example


Text Example

White with #497870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497870; }

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

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

background-color css

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

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

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

border-color css

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

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

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