#537267

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

Shades of Dark Green Copper #537267

Tints of Dark Green Copper #537267

Color information

#537267 (or 0x537267) is unknown color: approx Dark Green Copper. HEX triplet: 53, 72 and 67. RGB value is (83,114,103). Sum of RGB (Red+Green+Blue) = 83+114+103=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #537267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537267 is #AC8D98. Grayscale: #676767. Windows color (decimal): -11308441 or 6779475. OLE color: 6779475.

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

Color convert

RGB83114103-
CMYK0.2700.100.55
HSL158.71º15.74%38.63%-
HSV(B)158.71º27.19%44.71%-
XYZ12.0314.8515.06-
YUV103.48127.73113.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 103 (40.62% from 255) = 34.33%
R=27.67%
G=38%
B=34.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141030.2700.100.55158.7115.7438.63
Hex5372671B0A379f1027
Octal12316214733012672372047
Binary10100111110010110011111011010101101111001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537267; }

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

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

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

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

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

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

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

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