Html Css Color HEX #52796D Dark Green Copper

📋 copy color: '#52796D'

red 82 ◦ green 121 ◦ blue 109

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

Shades of Dark Green Copper #52796D

Tints of Dark Green Copper #52796D

RGB

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

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

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

R = 26.28%
G = 38.78%
B = 34.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#52796D (or 0x52796D) is known color: Dark Green Copper. HEX triplet: 52, 79 and 6D. RGB value is (82,121,109). Sum of RGB (Red+Green+Blue) = 82+121+109=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #52796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796D is #AD8692. Grayscale: #6B6B6B. Windows color (decimal): -11372179 or 7174482. OLE color: 7174482.

HSL color Cylindrical-coordinate representation of color #52796D: hue angle of 161.54º 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 #52796D is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 109 -
CMYK 0.32 0 0.10 0.53
HSL 161.54º 0.19% 0.4% -
HSV(B) 161.54º 0.32% 0.47% -
XYZ 13.08 16.57 16.98 -
YUV 107.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 82 121 109 0.32 0 0.10 0.53 161.54 0.19 0.4
Hex 52 79 6D 20 0 A 35 A2 13 28
Octal 122 171 155 40 0 12 65 242 23 50
Binary 1010010 1111001 1101101 100000 0 1010 110101 10100010 10011 101000

Color Harmonies of #52796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52796D

Black with #52796D

Text Example


Text Example

White with #52796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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