Html Css Color HEX #52786F Dark Green Copper

📋 copy color: '#52786F'

red 82 ◦ green 120 ◦ blue 111

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

Shades of Dark Green Copper #52786F

Tints of Dark Green Copper #52786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 26.2%
G = 38.34%
B = 35.46%

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

#52786F (or 0x52786F) is known color: Dark Green Copper. HEX triplet: 52, 78 and 6F. RGB value is (82,120,111). Sum of RGB (Red+Green+Blue) = 82+120+111=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #52786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52786F is #AD8790. Grayscale: #6B6B6B. Windows color (decimal): -11372433 or 7305298. OLE color: 7305298.

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

Color convert

RGB 82 120 111 -
CMYK 0.32 0 0.08 0.53
HSL 165.79º 0.19% 0.4% -
HSV(B) 165.79º 0.32% 0.47% -
XYZ 13.07 16.37 17.51 -
YUV 107.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 82 120 111 0.32 0 0.08 0.53 165.79 0.19 0.4
Hex 52 78 6F 20 0 8 35 A6 13 28
Octal 122 170 157 40 0 10 65 246 23 50
Binary 1010010 1111000 1101111 100000 0 1000 110101 10100110 10011 101000

Color Harmonies of #52786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52786F

Black with #52786F

Text Example


Text Example

White with #52786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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