Html Css Color HEX #52756C Dark Green Copper

📋 copy color: '#52756C'

red 82 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #52756C

Tints of Dark Green Copper #52756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 26.71%
G = 38.11%
B = 35.18%

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

#52756C (or 0x52756C) is known color: Dark Green Copper. HEX triplet: 52, 75 and 6C. RGB value is (82,117,108). Sum of RGB (Red+Green+Blue) = 82+117+108=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #52756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756C is #AD8A93. Grayscale: #696969. Windows color (decimal): -11373204 or 7107922. OLE color: 7107922.

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

Color convert

RGB 82 117 108 -
CMYK 0.30 0 0.08 0.54
HSL 164.57º 0.18% 0.39% -
HSV(B) 164.57º 0.3% 0.46% -
XYZ 12.55 15.6 16.54 -
YUV 105.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 82 117 108 0.30 0 0.08 0.54 164.57 0.18 0.39
Hex 52 75 6C 1E 0 8 36 A5 12 27
Octal 122 165 154 36 0 10 66 245 22 47
Binary 1010010 1110101 1101100 11110 0 1000 110110 10100101 10010 100111

Color Harmonies of #52756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52756C

Black with #52756C

Text Example


Text Example

White with #52756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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