Html Css Color HEX #497368 Dark Green Copper

📋 copy color: '#497368'

red 73 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #497368

Tints of Dark Green Copper #497368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 25%
G = 39.38%
B = 35.62%

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

#497368 (or 0x497368) is known color: Dark Green Copper. HEX triplet: 49, 73 and 68. RGB value is (73,115,104). Sum of RGB (Red+Green+Blue) = 73+115+104=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #497368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497368 is #B68C97. Grayscale: #656565. Windows color (decimal): -11963544 or 6845257. OLE color: 6845257.

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

Color convert

RGB 73 115 104 -
CMYK 0.37 0 0.10 0.55
HSL 164.29º 0.22% 0.37% -
HSV(B) 164.29º 0.37% 0.45% -
XYZ 11.38 14.68 15.33 -
YUV 101.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 73 115 104 0.37 0 0.10 0.55 164.29 0.22 0.37
Hex 49 73 68 25 0 A 37 A4 16 25
Octal 111 163 150 45 0 12 67 244 26 45
Binary 1001001 1110011 1101000 100101 0 1010 110111 10100100 10110 100101

Color Harmonies of #497368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497368

Black with #497368

Text Example


Text Example

White with #497368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497368; }

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

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

background-color css

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

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

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

border-color css

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

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

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