#537269

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

Shades of Dark Green Copper #537269

Tints of Dark Green Copper #537269

Color information

#537269 (or 0x537269) is unknown color: approx Dark Green Copper. HEX triplet: 53, 72 and 69. RGB value is (83,114,105). Sum of RGB (Red+Green+Blue) = 83+114+105=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #537269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537269 is #AC8D96. Grayscale: #676767. Windows color (decimal): -11308439 or 6910547. OLE color: 6910547.

HSL color Cylindrical-coordinate representation of color #537269: hue angle of 162.58º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537269 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB83114105-
CMYK0.2700.080.55
HSL162.58º15.74%38.63%-
HSV(B)162.58º27.19%44.71%-
XYZ12.1314.8915.6-
YUV103.7128.73113.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=27.48%
G=37.75%
B=34.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141050.2700.080.55162.5815.7438.63
Hex5372691B0837a31027
Octal12316215133010672432047
Binary10100111110010110100111011010001101111010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537269; }

 p { color: rgb(83,114,105); }

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

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

 a { background-color: rgb(83,114,105); }

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

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

 span { border-color: rgb(83,114,105); }

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