Html Css Color HEX #497972 Dark Green Copper

📋 copy color: '#497972'

red 73 ◦ green 121 ◦ blue 114

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

Shades of Dark Green Copper #497972

Tints of Dark Green Copper #497972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 23.7%
G = 39.29%
B = 37.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#497972 (or 0x497972) is known color: Dark Green Copper. HEX triplet: 49, 79 and 72. RGB value is (73,121,114). Sum of RGB (Red+Green+Blue) = 73+121+114=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #497972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497972 is #B6868D. Grayscale: #696969. Windows color (decimal): -11961998 or 7502153. OLE color: 7502153.

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

Color convert

RGB 73 121 114 -
CMYK 0.40 0 0.06 0.53
HSL 171.25º 0.25% 0.38% -
HSV(B) 171.25º 0.4% 0.47% -
XYZ 12.62 16.31 18.4 -
YUV 105.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 73 121 114 0.40 0 0.06 0.53 171.25 0.25 0.38
Hex 49 79 72 28 0 6 35 AB 19 26
Octal 111 171 162 50 0 6 65 253 31 46
Binary 1001001 1111001 1110010 101000 0 110 110101 10101011 11001 100110

Color Harmonies of #497972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497972

Black with #497972

Text Example


Text Example

White with #497972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497972; }

 p { color: rgb(73,121,114); }

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

background-color css

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

 a { background-color: rgb(73,121,114); }

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

border-color css

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

 span { border-color: rgb(73,121,114); }

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