Html Css Color HEX #52766B Dark Green Copper

📋 copy color: '#52766B'

red 82 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #52766B

Tints of Dark Green Copper #52766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 26.71%
G = 38.44%
B = 34.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#52766B (or 0x52766B) is known color: Dark Green Copper. HEX triplet: 52, 76 and 6B. RGB value is (82,118,107). Sum of RGB (Red+Green+Blue) = 82+118+107=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #52766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52766B is #AD8994. Grayscale: #696969. Windows color (decimal): -11372949 or 7042642. OLE color: 7042642.

HSL color Cylindrical-coordinate representation of color #52766B: hue angle of 161.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52766B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 107 -
CMYK 0.31 0 0.09 0.54
HSL 161.67º 0.18% 0.39% -
HSV(B) 161.67º 0.31% 0.46% -
XYZ 12.61 15.81 16.3 -
YUV 105.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 82 118 107 0.31 0 0.09 0.54 161.67 0.18 0.39
Hex 52 76 6B 1F 0 9 36 A2 12 27
Octal 122 166 153 37 0 11 66 242 22 47
Binary 1010010 1110110 1101011 11111 0 1001 110110 10100010 10010 100111

Color Harmonies of #52766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52766B

Black with #52766B

Text Example


Text Example

White with #52766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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