#51736A

Color #51736A Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #51736A

Tints of Dark Green Copper #51736A

Color information

#51736A (or 0x51736A) is unknown color: approx Dark Green Copper. HEX triplet: 51, 73 and 6A. RGB value is (81,115,106). Sum of RGB (Red+Green+Blue) = 81+115+106=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #51736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51736A is #AE8C95. Grayscale: #676767. Windows color (decimal): -11439254 or 6976337. OLE color: 6976337.

HSL color Cylindrical-coordinate representation of color #51736A: hue angle of 164.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51736A is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB81115106-
CMYK0.3000.080.55
HSL164.12º17.35%38.43%-
HSV(B)164.12º29.57%45.1%-
XYZ12.1315.0515.9-
YUV103.81129.24111.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=26.82%
G=38.08%
B=35.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151060.3000.080.55164.1217.3538.43
Hex51736A1E0837a41126
Octal12116315236010672442146
Binary10100011110011110101011110010001101111010010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51736A; }

 p { color: rgb(81,115,106); }

 H1.HeaderClassName
 {
   color: #51736A;
 }
 .AnyTagClassName
 {
   color: #51736A;
 }
</style>
background-color css

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

 a { background-color: rgb(81,115,106); }

 div.DivClassName
 {
   background-color: #51736A;
 }
 .BgClassName
 {
   background-color: #51736A;
 }
</style>
border-color css

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

 span { border-color: rgb(81,115,106); }

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