Html Css Color HEX #527065 Dark Green Copper

📋 copy color: '#527065'

red 82 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #527065

Tints of Dark Green Copper #527065

RGB

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

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

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

R = 27.8%
G = 37.97%
B = 34.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#527065 (or 0x527065) is known color: Dark Green Copper. HEX triplet: 52, 70 and 65. RGB value is (82,112,101). Sum of RGB (Red+Green+Blue) = 82+112+101=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #527065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527065 is #AD8F9A. Grayscale: #656565. Windows color (decimal): -11374491 or 6647890. OLE color: 6647890.

HSL color Cylindrical-coordinate representation of color #527065: hue angle of 158º 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 #527065 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 101 -
CMYK 0.27 0 0.10 0.56
HSL 158º 0.15% 0.38% -
HSV(B) 158º 0.27% 0.44% -
XYZ 11.62 14.32 14.46 -
YUV 101.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 82 112 101 0.27 0 0.10 0.56 158 0.15 0.38
Hex 52 70 65 1B 0 A 38 9E F 26
Octal 122 160 145 33 0 12 70 236 17 46
Binary 1010010 1110000 1100101 11011 0 1010 111000 10011110 1111 100110

Color Harmonies of #527065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527065

Black with #527065

Text Example


Text Example

White with #527065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527065; }

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

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

background-color css

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

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

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

border-color css

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

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

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