#537266

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

Shades of Dark Green Copper #537266

Tints of Dark Green Copper #537266

Color information

#537266 (or 0x537266) is unknown color: approx Dark Green Copper. HEX triplet: 53, 72 and 66. RGB value is (83,114,102). Sum of RGB (Red+Green+Blue) = 83+114+102=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #537266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537266 is #AC8D99. Grayscale: #676767. Windows color (decimal): -11308442 or 6713939. OLE color: 6713939.

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

Color convert

RGB83114102-
CMYK0.2700.110.55
HSL156.77º15.74%38.63%-
HSV(B)156.77º27.19%44.71%-
XYZ11.9814.8314.8-
YUV103.36127.23113.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=27.76%
G=38.13%
B=34.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141020.2700.110.55156.7715.7438.63
Hex5372661B0B379d1027
Octal12316214633013672352047
Binary10100111110010110011011011010111101111001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537266; }

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

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

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

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

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

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

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

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