Html Css Color HEX #52756D Dark Green Copper

📋 copy color: '#52756D'

red 82 ◦ green 117 ◦ blue 109

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

Shades of Dark Green Copper #52756D

Tints of Dark Green Copper #52756D

RGB

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

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

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

R = 26.62%
G = 37.99%
B = 35.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#52756D (or 0x52756D) is known color: Dark Green Copper. HEX triplet: 52, 75 and 6D. RGB value is (82,117,109). Sum of RGB (Red+Green+Blue) = 82+117+109=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #52756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756D is #AD8A92. Grayscale: #696969. Windows color (decimal): -11373203 or 7173458. OLE color: 7173458.

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

Color convert

RGB 82 117 109 -
CMYK 0.30 0 0.07 0.54
HSL 166.29º 0.18% 0.39% -
HSV(B) 166.29º 0.3% 0.46% -
XYZ 12.6 15.62 16.82 -
YUV 105.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 82 117 109 0.30 0 0.07 0.54 166.29 0.18 0.39
Hex 52 75 6D 1E 0 7 36 A6 12 27
Octal 122 165 155 36 0 7 66 246 22 47
Binary 1010010 1110101 1101101 11110 0 111 110110 10100110 10010 100111

Color Harmonies of #52756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52756D

Black with #52756D

Text Example


Text Example

White with #52756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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