Html Css Color HEX #526F64 Dark Green Copper

📋 copy color: '#526F64'

red 82 ◦ green 111 ◦ blue 100

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

Shades of Dark Green Copper #526F64

Tints of Dark Green Copper #526F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

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

R = 27.99%
G = 37.88%
B = 34.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#526F64 (or 0x526F64) is known color: Dark Green Copper. HEX triplet: 52, 6F and 64. RGB value is (82,111,100). Sum of RGB (Red+Green+Blue) = 82+111+100=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #526F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F64 is #AD909B. Grayscale: #656565. Windows color (decimal): -11374748 or 6582098. OLE color: 6582098.

HSL color Cylindrical-coordinate representation of color #526F64: hue angle of 157.24º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F64 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 100 -
CMYK 0.26 0 0.10 0.56
HSL 157.24º 0.15% 0.38% -
HSV(B) 157.24º 0.26% 0.44% -
XYZ 11.46 14.08 14.17 -
YUV 101.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 82 111 100 0.26 0 0.10 0.56 157.24 0.15 0.38
Hex 52 6F 64 1A 0 A 38 9D F 26
Octal 122 157 144 32 0 12 70 235 17 46
Binary 1010010 1101111 1100100 11010 0 1010 111000 10011101 1111 100110

Color Harmonies of #526F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F64

Black with #526F64

Text Example


Text Example

White with #526F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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