Html Css Color HEX #526C64 Dark Green Copper

📋 copy color: '#526C64'

red 82 ◦ green 108 ◦ blue 100

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

Shades of Dark Green Copper #526C64

Tints of Dark Green Copper #526C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 28.28%
G = 37.24%
B = 34.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#526C64 (or 0x526C64) is known color: Dark Green Copper. HEX triplet: 52, 6C and 64. RGB value is (82,108,100). Sum of RGB (Red+Green+Blue) = 82+108+100=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #526C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C64 is #AD939B. Grayscale: #636363. Windows color (decimal): -11375516 or 6581330. OLE color: 6581330.

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

Color convert

RGB 82 108 100 -
CMYK 0.24 0 0.07 0.58
HSL 161.54º 0.14% 0.37% -
HSV(B) 161.54º 0.24% 0.42% -
XYZ 11.14 13.44 14.06 -
YUV 99.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 82 108 100 0.24 0 0.07 0.58 161.54 0.14 0.37
Hex 52 6C 64 18 0 7 3A A2 E 25
Octal 122 154 144 30 0 7 72 242 16 45
Binary 1010010 1101100 1100100 11000 0 111 111010 10100010 1110 100101

Color Harmonies of #526C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C64

Black with #526C64

Text Example


Text Example

White with #526C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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