#53786f

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

Shades of Dark Green Copper #53786F

Tints of Dark Green Copper #53786F

Color information

#53786F (or 0x53786F) is unknown color: approx Dark Green Copper. HEX triplet: 53, 78 and 6F. RGB value is (83,120,111). Sum of RGB (Red+Green+Blue) = 83+120+111=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #53786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786F is #AC8790. Grayscale: #6B6B6B. Windows color (decimal): -11306897 or 7305299. OLE color: 7305299.

HSL color Cylindrical-coordinate representation of color #53786F: hue angle of 165.41º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53786F is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB83120111-
CMYK0.3100.080.53
HSL165.41º18.23%39.8%-
HSV(B)165.41º30.83%47.06%-
XYZ13.1516.4217.51-
YUV107.91129.74110.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=26.43%
G=38.22%
B=35.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201110.3100.080.53165.4118.2339.8
Hex53786F1F0835a51228
Octal12317015737010652452250
Binary10100111111000110111111111010001101011010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53786f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53786f; }

 p { color: rgb(83,120,111); }

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

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

 a { background-color: rgb(83,120,111); }

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

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

 span { border-color: rgb(83,120,111); }

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