Html Css Color HEX #497572 Dark Green Copper

📋 copy color: '#497572'

red 73 ◦ green 117 ◦ blue 114

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

Shades of Dark Green Copper #497572

Tints of Dark Green Copper #497572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 24.01%
G = 38.49%
B = 37.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#497572 (or 0x497572) is known color: Dark Green Copper. HEX triplet: 49, 75 and 72. RGB value is (73,117,114). Sum of RGB (Red+Green+Blue) = 73+117+114=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #497572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497572 is #B68A8D. Grayscale: #676767. Windows color (decimal): -11963022 or 7501129. OLE color: 7501129.

HSL color Cylindrical-coordinate representation of color #497572: hue angle of 175.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497572 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 114 -
CMYK 0.38 0 0.03 0.54
HSL 175.91º 0.23% 0.37% -
HSV(B) 175.91º 0.38% 0.46% -
XYZ 12.15 15.35 18.24 -
YUV 103.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 73 117 114 0.38 0 0.03 0.54 175.91 0.23 0.37
Hex 49 75 72 26 0 3 36 B0 17 25
Octal 111 165 162 46 0 3 66 260 27 45
Binary 1001001 1110101 1110010 100110 0 11 110110 10110000 10111 100101

Color Harmonies of #497572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497572

Black with #497572

Text Example


Text Example

White with #497572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497572; }

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

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

background-color css

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

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

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

border-color css

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

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

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