Html Css Color HEX #52756B Dark Green Copper

📋 copy color: '#52756B'

red 82 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #52756B

Tints of Dark Green Copper #52756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 26.8%
G = 38.24%
B = 34.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#52756B (or 0x52756B) is known color: Dark Green Copper. HEX triplet: 52, 75 and 6B. RGB value is (82,117,107). Sum of RGB (Red+Green+Blue) = 82+117+107=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #52756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756B is #AD8A94. Grayscale: #696969. Windows color (decimal): -11373205 or 7042386. OLE color: 7042386.

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

Color convert

RGB 82 117 107 -
CMYK 0.30 0 0.09 0.54
HSL 162.86º 0.18% 0.39% -
HSV(B) 162.86º 0.3% 0.46% -
XYZ 12.49 15.58 16.26 -
YUV 105.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 82 117 107 0.30 0 0.09 0.54 162.86 0.18 0.39
Hex 52 75 6B 1E 0 9 36 A3 12 27
Octal 122 165 153 36 0 11 66 243 22 47
Binary 1010010 1110101 1101011 11110 0 1001 110110 10100011 10010 100111

Color Harmonies of #52756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52756B

Black with #52756B

Text Example


Text Example

White with #52756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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