Html Css Color HEX #526E65 Dark Green Copper

📋 copy color: '#526E65'

red 82 ◦ green 110 ◦ blue 101

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

Shades of Dark Green Copper #526E65

Tints of Dark Green Copper #526E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 27.99%
G = 37.54%
B = 34.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#526E65 (or 0x526E65) is known color: Dark Green Copper. HEX triplet: 52, 6E and 65. RGB value is (82,110,101). Sum of RGB (Red+Green+Blue) = 82+110+101=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #526E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E65 is #AD919A. Grayscale: #646464. Windows color (decimal): -11375003 or 6647378. OLE color: 6647378.

HSL color Cylindrical-coordinate representation of color #526E65: hue angle of 160.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E65 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 101 -
CMYK 0.25 0 0.08 0.57
HSL 160.71º 0.15% 0.38% -
HSV(B) 160.71º 0.25% 0.43% -
XYZ 11.4 13.89 14.39 -
YUV 100.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 82 110 101 0.25 0 0.08 0.57 160.71 0.15 0.38
Hex 52 6E 65 19 0 8 39 A1 F 26
Octal 122 156 145 31 0 10 71 241 17 46
Binary 1010010 1101110 1100101 11001 0 1000 111001 10100001 1111 100110

Color Harmonies of #526E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E65

Black with #526E65

Text Example


Text Example

White with #526E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526E65; }

 p { color: rgb(82,110,101); }

 H1.HeaderClassName
 {
   color: #526E65;
 }
 .AnyTagClassName
 {
   color: #526E65;
 }
</style>

background-color css

<style>
 a { background-color: #526E65; }

 a { background-color: rgb(82,110,101); }

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

border-color css

<style>
 span { border-color: #526E65; }

 span { border-color: rgb(82,110,101); }

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