#53756B

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

Shades of Dark Green Copper #53756B

Tints of Dark Green Copper #53756B

Color information

#53756B (or 0x53756B) is unknown color: approx Dark Green Copper. HEX triplet: 53, 75 and 6B. RGB value is (83,117,107). Sum of RGB (Red+Green+Blue) = 83+117+107=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #53756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756B is #AC8A94. Grayscale: #696969. Windows color (decimal): -11307669 or 7042387. OLE color: 7042387.

HSL color Cylindrical-coordinate representation of color #53756B: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53756B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB83117107-
CMYK0.2900.090.54
HSL162.35º17%39.22%-
HSV(B)162.35º29.06%45.88%-
XYZ12.5815.6216.26-
YUV105.69128.74111.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=27.04%
G=38.11%
B=34.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831171070.2900.090.54162.351739.22
Hex53756B1D0936a21127
Octal12316515335011662422147
Binary10100111110101110101111101010011101101010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53756B; }

 p { color: rgb(83,117,107); }

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

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

 a { background-color: rgb(83,117,107); }

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

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

 span { border-color: rgb(83,117,107); }

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