Html Css Color HEX #52746C Dark Green Copper

📋 copy color: '#52746C'

red 82 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #52746C

Tints of Dark Green Copper #52746C

RGB

 RED value IS 82 (32.42% from 255) = 26.8%

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 26.8%
G = 37.91%
B = 35.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#52746C (or 0x52746C) is known color: Dark Green Copper. HEX triplet: 52, 74 and 6C. RGB value is (82,116,108). Sum of RGB (Red+Green+Blue) = 82+116+108=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #52746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52746C is #AD8B93. Grayscale: #686868. Windows color (decimal): -11373460 or 7107666. OLE color: 7107666.

HSL color Cylindrical-coordinate representation of color #52746C: hue angle of 165.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52746C is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 108 -
CMYK 0.29 0 0.07 0.55
HSL 165.88º 0.17% 0.39% -
HSV(B) 165.88º 0.29% 0.45% -
XYZ 12.43 15.37 16.5 -
YUV 104.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 82 116 108 0.29 0 0.07 0.55 165.88 0.17 0.39
Hex 52 74 6C 1D 0 7 37 A6 11 27
Octal 122 164 154 35 0 7 67 246 21 47
Binary 1010010 1110100 1101100 11101 0 111 110111 10100110 10001 100111

Color Harmonies of #52746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52746C

Black with #52746C

Text Example


Text Example

White with #52746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,116,108); }

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

background-color css

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

 a { background-color: rgb(82,116,108); }

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

border-color css

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

 span { border-color: rgb(82,116,108); }

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