Html Css Color HEX #527066 Dark Green Copper

📋 copy color: '#527066'

red 82 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #527066

Tints of Dark Green Copper #527066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 27.7%
G = 37.84%
B = 34.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#527066 (or 0x527066) is known color: Dark Green Copper. HEX triplet: 52, 70 and 66. RGB value is (82,112,102). Sum of RGB (Red+Green+Blue) = 82+112+102=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #527066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527066 is #AD8F99. Grayscale: #656565. Windows color (decimal): -11374490 or 6713426. OLE color: 6713426.

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

Color convert

RGB 82 112 102 -
CMYK 0.27 0 0.09 0.56
HSL 160º 0.15% 0.38% -
HSV(B) 160º 0.27% 0.44% -
XYZ 11.67 14.34 14.72 -
YUV 101.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 82 112 102 0.27 0 0.09 0.56 160 0.15 0.38
Hex 52 70 66 1B 0 9 38 A0 F 26
Octal 122 160 146 33 0 11 70 240 17 46
Binary 1010010 1110000 1100110 11011 0 1001 111000 10100000 1111 100110

Color Harmonies of #527066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527066

Black with #527066

Text Example


Text Example

White with #527066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527066; }

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

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

background-color css

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

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

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

border-color css

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

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

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