Html Css Color HEX #52736B Dark Green Copper

📋 copy color: '#52736B'

red 82 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #52736B

Tints of Dark Green Copper #52736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 26.97%
G = 37.83%
B = 35.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#52736B (or 0x52736B) is known color: Dark Green Copper. HEX triplet: 52, 73 and 6B. RGB value is (82,115,107). Sum of RGB (Red+Green+Blue) = 82+115+107=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #52736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736B is #AD8C94. Grayscale: #686868. Windows color (decimal): -11373717 or 7041874. OLE color: 7041874.

HSL color Cylindrical-coordinate representation of color #52736B: hue angle of 165.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52736B is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 107 -
CMYK 0.29 0 0.07 0.55
HSL 165.45º 0.17% 0.39% -
HSV(B) 165.45º 0.29% 0.45% -
XYZ 12.26 15.12 16.18 -
YUV 104.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 82 115 107 0.29 0 0.07 0.55 165.45 0.17 0.39
Hex 52 73 6B 1D 0 7 37 A5 11 27
Octal 122 163 153 35 0 7 67 245 21 47
Binary 1010010 1110011 1101011 11101 0 111 110111 10100101 10001 100111

Color Harmonies of #52736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52736B

Black with #52736B

Text Example


Text Example

White with #52736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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