Html Css Color HEX #497264 Dark Green Copper

📋 copy color: '#497264'

red 73 ◦ green 114 ◦ blue 100

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

Shades of Dark Green Copper #497264

Tints of Dark Green Copper #497264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 25.44%
G = 39.72%
B = 34.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#497264 (or 0x497264) is known color: Dark Green Copper. HEX triplet: 49, 72 and 64. RGB value is (73,114,100). Sum of RGB (Red+Green+Blue) = 73+114+100=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #497264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497264 is #B68D9B. Grayscale: #646464. Windows color (decimal): -11963804 or 6582857. OLE color: 6582857.

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

Color convert

RGB 73 114 100 -
CMYK 0.36 0 0.12 0.55
HSL 159.51º 0.22% 0.37% -
HSV(B) 159.51º 0.36% 0.45% -
XYZ 11.07 14.37 14.25 -
YUV 100.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 73 114 100 0.36 0 0.12 0.55 159.51 0.22 0.37
Hex 49 72 64 24 0 C 37 A0 16 25
Octal 111 162 144 44 0 14 67 240 26 45
Binary 1001001 1110010 1100100 100100 0 1100 110111 10100000 10110 100101

Color Harmonies of #497264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497264

Black with #497264

Text Example


Text Example

White with #497264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497264; }

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

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

background-color css

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

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

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

border-color css

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

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

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