Html Css Color HEX #52796E Dark Green Copper

📋 copy color: '#52796E'

red 82 ◦ green 121 ◦ blue 110

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

Shades of Dark Green Copper #52796E

Tints of Dark Green Copper #52796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 26.2%
G = 38.66%
B = 35.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#52796E (or 0x52796E) is known color: Dark Green Copper. HEX triplet: 52, 79 and 6E. RGB value is (82,121,110). Sum of RGB (Red+Green+Blue) = 82+121+110=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #52796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796E is #AD8691. Grayscale: #6C6C6C. Windows color (decimal): -11372178 or 7240018. OLE color: 7240018.

HSL color Cylindrical-coordinate representation of color #52796E: hue angle of 163.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52796E is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 110 -
CMYK 0.32 0 0.09 0.53
HSL 163.08º 0.19% 0.4% -
HSV(B) 163.08º 0.32% 0.47% -
XYZ 13.13 16.59 17.26 -
YUV 108.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 82 121 110 0.32 0 0.09 0.53 163.08 0.19 0.4
Hex 52 79 6E 20 0 9 35 A3 13 28
Octal 122 171 156 40 0 11 65 243 23 50
Binary 1010010 1111001 1101110 100000 0 1001 110101 10100011 10011 101000

Color Harmonies of #52796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52796E

Black with #52796E

Text Example


Text Example

White with #52796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52796E; }

 p { color: rgb(82,121,110); }

 H1.HeaderClassName
 {
   color: #52796E;
 }
 .AnyTagClassName
 {
   color: #52796E;
 }
</style>

background-color css

<style>
 a { background-color: #52796E; }

 a { background-color: rgb(82,121,110); }

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

border-color css

<style>
 span { border-color: #52796E; }

 span { border-color: rgb(82,121,110); }

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