Html Css Color HEX #53766D Dark Green Copper

📋 copy color: '#53766D'

red 83 ◦ green 118 ◦ blue 109

#53766D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #53766D

Tints of Dark Green Copper #53766D

RGB

 RED value IS 83 (32.81% from 255) = 26.77%

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 26.77%
G = 38.06%
B = 35.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#53766D (or 0x53766D) is known color: Dark Green Copper. HEX triplet: 53, 76 and 6D. RGB value is (83,118,109). Sum of RGB (Red+Green+Blue) = 83+118+109=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #53766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53766D is #AC8992. Grayscale: #6A6A6A. Windows color (decimal): -11307411 or 7173715. OLE color: 7173715.

HSL color Cylindrical-coordinate representation of color #53766D: hue angle of 164.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53766D is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 109 -
CMYK 0.30 0 0.08 0.54
HSL 164.57º 0.17% 0.39% -
HSV(B) 164.57º 0.3% 0.46% -
XYZ 12.81 15.9 16.86 -
YUV 106.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 83 118 109 0.30 0 0.08 0.54 164.57 0.17 0.39
Hex 53 76 6D 1E 0 8 36 A5 11 27
Octal 123 166 155 36 0 10 66 245 21 47
Binary 1010011 1110110 1101101 11110 0 1000 110110 10100101 10001 100111

Color Harmonies of #53766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53766D

Black with #53766D

Text Example


Text Example

White with #53766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53766D; }

 p { color: rgb(83,118,109); }

 H1.HeaderClassName
 {
   color: #53766D;
 }
 .AnyTagClassName
 {
   color: #53766D;
 }
</style>

background-color css

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

 a { background-color: rgb(83,118,109); }

 div.DivClassName
 {
   background-color: #53766D;
 }
 .BgClassName
 {
   background-color: #53766D;
 }
</style>

border-color css

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

 span { border-color: rgb(83,118,109); }

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