Html Css Color HEX #526D65 Dark Green Copper

📋 copy color: '#526D65'

red 82 ◦ green 109 ◦ blue 101

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

Shades of Dark Green Copper #526D65

Tints of Dark Green Copper #526D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

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

R = 28.08%
G = 37.33%
B = 34.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#526D65 (or 0x526D65) is known color: Dark Green Copper. HEX triplet: 52, 6D and 65. RGB value is (82,109,101). Sum of RGB (Red+Green+Blue) = 82+109+101=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #526D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D65 is #AD929A. Grayscale: #646464. Windows color (decimal): -11375259 or 6647122. OLE color: 6647122.

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

Color convert

RGB 82 109 101 -
CMYK 0.25 0 0.07 0.57
HSL 162.22º 0.14% 0.37% -
HSV(B) 162.22º 0.25% 0.43% -
XYZ 11.3 13.67 14.36 -
YUV 100.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 82 109 101 0.25 0 0.07 0.57 162.22 0.14 0.37
Hex 52 6D 65 19 0 7 39 A2 E 25
Octal 122 155 145 31 0 7 71 242 16 45
Binary 1010010 1101101 1100101 11001 0 111 111001 10100010 1110 100101

Color Harmonies of #526D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D65

Black with #526D65

Text Example


Text Example

White with #526D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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