Html Css Color HEX #526E64 Dark Green Copper

📋 copy color: '#526E64'

red 82 ◦ green 110 ◦ blue 100

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

Shades of Dark Green Copper #526E64

Tints of Dark Green Copper #526E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 28.08%
G = 37.67%
B = 34.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#526E64 (or 0x526E64) is known color: Dark Green Copper. HEX triplet: 52, 6E and 64. RGB value is (82,110,100). Sum of RGB (Red+Green+Blue) = 82+110+100=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #526E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E64 is #AD919B. Grayscale: #646464. Windows color (decimal): -11375004 or 6581842. OLE color: 6581842.

HSL color Cylindrical-coordinate representation of color #526E64: hue angle of 158.57º 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 #526E64 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 100 -
CMYK 0.25 0 0.09 0.57
HSL 158.57º 0.15% 0.38% -
HSV(B) 158.57º 0.25% 0.43% -
XYZ 11.36 13.87 14.13 -
YUV 100.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 82 110 100 0.25 0 0.09 0.57 158.57 0.15 0.38
Hex 52 6E 64 19 0 9 39 9F F 26
Octal 122 156 144 31 0 11 71 237 17 46
Binary 1010010 1101110 1100100 11001 0 1001 111001 10011111 1111 100110

Color Harmonies of #526E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E64

Black with #526E64

Text Example


Text Example

White with #526E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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