Html Css Color HEX #527064 Dark Green Copper

📋 copy color: '#527064'

red 82 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #527064

Tints of Dark Green Copper #527064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 27.89%
G = 38.1%
B = 34.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#527064 (or 0x527064) is known color: Dark Green Copper. HEX triplet: 52, 70 and 64. RGB value is (82,112,100). Sum of RGB (Red+Green+Blue) = 82+112+100=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #527064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527064 is #AD8F9B. Grayscale: #656565. Windows color (decimal): -11374492 or 6582354. OLE color: 6582354.

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

Color convert

RGB 82 112 100 -
CMYK 0.27 0 0.11 0.56
HSL 156º 0.15% 0.38% -
HSV(B) 156º 0.27% 0.44% -
XYZ 11.57 14.3 14.21 -
YUV 101.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 82 112 100 0.27 0 0.11 0.56 156 0.15 0.38
Hex 52 70 64 1B 0 B 38 9C F 26
Octal 122 160 144 33 0 13 70 234 17 46
Binary 1010010 1110000 1100100 11011 0 1011 111000 10011100 1111 100110

Color Harmonies of #527064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527064

Black with #527064

Text Example


Text Example

White with #527064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527064; }

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

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

background-color css

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

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

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

border-color css

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

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

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