Html Css Color HEX #53766C Dark Green Copper

📋 copy color: '#53766C'

red 83 ◦ green 118 ◦ blue 108

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

Shades of Dark Green Copper #53766C

Tints of Dark Green Copper #53766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 26.86%
G = 38.19%
B = 34.95%

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

#53766C (or 0x53766C) is known color: Dark Green Copper. HEX triplet: 53, 76 and 6C. RGB value is (83,118,108). Sum of RGB (Red+Green+Blue) = 83+118+108=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #53766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53766C is #AC8993. Grayscale: #6A6A6A. Windows color (decimal): -11307412 or 7108179. OLE color: 7108179.

HSL color Cylindrical-coordinate representation of color #53766C: hue angle of 162.86º 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 #53766C is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 108 -
CMYK 0.30 0 0.08 0.54
HSL 162.86º 0.17% 0.39% -
HSV(B) 162.86º 0.3% 0.46% -
XYZ 12.75 15.88 16.58 -
YUV 106.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 83 118 108 0.30 0 0.08 0.54 162.86 0.17 0.39
Hex 53 76 6C 1E 0 8 36 A3 11 27
Octal 123 166 154 36 0 10 66 243 21 47
Binary 1010011 1110110 1101100 11110 0 1000 110110 10100011 10001 100111

Color Harmonies of #53766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53766C

Black with #53766C

Text Example


Text Example

White with #53766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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