Html Css Color HEX #497369 Dark Green Copper

📋 copy color: '#497369'

red 73 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #497369

Tints of Dark Green Copper #497369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 24.91%
G = 39.25%
B = 35.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#497369 (or 0x497369) is known color: Dark Green Copper. HEX triplet: 49, 73 and 69. RGB value is (73,115,105). Sum of RGB (Red+Green+Blue) = 73+115+105=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #497369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497369 is #B68C96. Grayscale: #656565. Windows color (decimal): -11963543 or 6910793. OLE color: 6910793.

HSL color Cylindrical-coordinate representation of color #497369: hue angle of 165.71º degrees, saturation: 0.22, 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 #497369 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 105 -
CMYK 0.37 0 0.09 0.55
HSL 165.71º 0.22% 0.37% -
HSV(B) 165.71º 0.37% 0.45% -
XYZ 11.43 14.7 15.6 -
YUV 101.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 73 115 105 0.37 0 0.09 0.55 165.71 0.22 0.37
Hex 49 73 69 25 0 9 37 A6 16 25
Octal 111 163 151 45 0 11 67 246 26 45
Binary 1001001 1110011 1101001 100101 0 1001 110111 10100110 10110 100101

Color Harmonies of #497369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497369

Black with #497369

Text Example


Text Example

White with #497369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497369; }

 p { color: rgb(73,115,105); }

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

background-color css

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

 a { background-color: rgb(73,115,105); }

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

border-color css

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

 span { border-color: rgb(73,115,105); }

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