#53776E

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

Shades of Dark Green Copper #53776E

Tints of Dark Green Copper #53776E

Color information

#53776E (or 0x53776E) is unknown color: approx Dark Green Copper. HEX triplet: 53, 77 and 6E. RGB value is (83,119,110). Sum of RGB (Red+Green+Blue) = 83+119+110=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #53776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776E is #AC8891. Grayscale: #6B6B6B. Windows color (decimal): -11307154 or 7239507. OLE color: 7239507.

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

Color convert

RGB83119110-
CMYK0.3000.080.53
HSL165º17.82%39.61%-
HSV(B)165º30.25%46.67%-
XYZ12.9816.1617.19-
YUV107.21129.57110.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=26.60%
G=38.14%
B=35.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191100.3000.080.5316517.8239.61
Hex53776E1E0835a51228
Octal12316715636010652452250
Binary10100111110111110111011110010001101011010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53776E; }

 p { color: rgb(83,119,110); }

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

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

 a { background-color: rgb(83,119,110); }

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

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

 span { border-color: rgb(83,119,110); }

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