Html Css Color HEX #497472 Dark Green Copper

📋 copy color: '#497472'

red 73 ◦ green 116 ◦ blue 114

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

Shades of Dark Green Copper #497472

Tints of Dark Green Copper #497472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 24.09%
G = 38.28%
B = 37.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#497472 (or 0x497472) is known color: Dark Green Copper. HEX triplet: 49, 74 and 72. RGB value is (73,116,114). Sum of RGB (Red+Green+Blue) = 73+116+114=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #497472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497472 is #B68B8D. Grayscale: #666666. Windows color (decimal): -11963278 or 7500873. OLE color: 7500873.

HSL color Cylindrical-coordinate representation of color #497472: hue angle of 177.21º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497472 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 114 -
CMYK 0.37 0 0.02 0.55
HSL 177.21º 0.23% 0.37% -
HSV(B) 177.21º 0.37% 0.45% -
XYZ 12.03 15.12 18.2 -
YUV 102.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 73 116 114 0.37 0 0.02 0.55 177.21 0.23 0.37
Hex 49 74 72 25 0 2 37 B1 17 25
Octal 111 164 162 45 0 2 67 261 27 45
Binary 1001001 1110100 1110010 100101 0 10 110111 10110001 10111 100101

Color Harmonies of #497472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497472

Black with #497472

Text Example


Text Example

White with #497472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497472; }

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

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

background-color css

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

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

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

border-color css

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

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

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