Html Css Color HEX #52796F Dark Green Copper

📋 copy color: '#52796F'

red 82 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #52796F

Tints of Dark Green Copper #52796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 26.11%
G = 38.54%
B = 35.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#52796F (or 0x52796F) is known color: Dark Green Copper. HEX triplet: 52, 79 and 6F. RGB value is (82,121,111). Sum of RGB (Red+Green+Blue) = 82+121+111=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #52796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796F is #AD8690. Grayscale: #6C6C6C. Windows color (decimal): -11372177 or 7305554. OLE color: 7305554.

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

Color convert

RGB 82 121 111 -
CMYK 0.32 0 0.08 0.53
HSL 164.62º 0.19% 0.4% -
HSV(B) 164.62º 0.32% 0.47% -
XYZ 13.19 16.62 17.55 -
YUV 108.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 82 121 111 0.32 0 0.08 0.53 164.62 0.19 0.4
Hex 52 79 6F 20 0 8 35 A5 13 28
Octal 122 171 157 40 0 10 65 245 23 50
Binary 1010010 1111001 1101111 100000 0 1000 110101 10100101 10011 101000

Color Harmonies of #52796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52796F

Black with #52796F

Text Example


Text Example

White with #52796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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