#537167

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

Shades of Dark Green Copper #537167

Tints of Dark Green Copper #537167

Color information

#537167 (or 0x537167) is unknown color: approx Dark Green Copper. HEX triplet: 53, 71 and 67. RGB value is (83,113,103). Sum of RGB (Red+Green+Blue) = 83+113+103=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #537167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537167 is #AC8E98. Grayscale: #666666. Windows color (decimal): -11308697 or 6779219. OLE color: 6779219.

HSL color Cylindrical-coordinate representation of color #537167: hue angle of 160º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537167 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB83113103-
CMYK0.2700.090.56
HSL160º15.31%38.43%-
HSV(B)160º26.55%44.31%-
XYZ11.9214.6315.03-
YUV102.89128.06113.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=27.76%
G=37.79%
B=34.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831131030.2700.090.5616015.3138.43
Hex5371671B0938a0f26
Octal12316114733011702401746
Binary1010011111000111001111101101001111000101000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537167; }

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

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

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

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

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

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

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

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