Html Css Color HEX #497367 Dark Green Copper

📋 copy color: '#497367'

red 73 ◦ green 115 ◦ blue 103

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

Shades of Dark Green Copper #497367

Tints of Dark Green Copper #497367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 25.09%
G = 39.52%
B = 35.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#497367 (or 0x497367) is known color: Dark Green Copper. HEX triplet: 49, 73 and 67. RGB value is (73,115,103). Sum of RGB (Red+Green+Blue) = 73+115+103=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #497367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497367 is #B68C98. Grayscale: #656565. Windows color (decimal): -11963545 or 6779721. OLE color: 6779721.

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

Color convert

RGB 73 115 103 -
CMYK 0.37 0 0.10 0.55
HSL 162.86º 0.22% 0.37% -
HSV(B) 162.86º 0.37% 0.45% -
XYZ 11.33 14.66 15.06 -
YUV 101.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 73 115 103 0.37 0 0.10 0.55 162.86 0.22 0.37
Hex 49 73 67 25 0 A 37 A3 16 25
Octal 111 163 147 45 0 12 67 243 26 45
Binary 1001001 1110011 1100111 100101 0 1010 110111 10100011 10110 100101

Color Harmonies of #497367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497367

Black with #497367

Text Example


Text Example

White with #497367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497367; }

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

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

background-color css

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

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

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

border-color css

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

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

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