Html Css Color HEX #527366 Dark Green Copper

📋 copy color: '#527366'

red 82 ◦ green 115 ◦ blue 102

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

Shades of Dark Green Copper #527366

Tints of Dark Green Copper #527366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 27.42%
G = 38.46%
B = 34.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#527366 (or 0x527366) is known color: Dark Green Copper. HEX triplet: 52, 73 and 66. RGB value is (82,115,102). Sum of RGB (Red+Green+Blue) = 82+115+102=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #527366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527366 is #AD8C99. Grayscale: #676767. Windows color (decimal): -11373722 or 6714194. OLE color: 6714194.

HSL color Cylindrical-coordinate representation of color #527366: hue angle of 156.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527366 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 102 -
CMYK 0.29 0 0.11 0.55
HSL 156.36º 0.17% 0.39% -
HSV(B) 156.36º 0.29% 0.45% -
XYZ 12.01 15.01 14.84 -
YUV 103.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 82 115 102 0.29 0 0.11 0.55 156.36 0.17 0.39
Hex 52 73 66 1D 0 B 37 9C 11 27
Octal 122 163 146 35 0 13 67 234 21 47
Binary 1010010 1110011 1100110 11101 0 1011 110111 10011100 10001 100111

Color Harmonies of #527366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527366

Black with #527366

Text Example


Text Example

White with #527366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527366; }

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

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

background-color css

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

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

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

border-color css

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

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

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