Html Css Color HEX #527568 Dark Green Copper

📋 copy color: '#527568'

red 82 ◦ green 117 ◦ blue 104

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

Shades of Dark Green Copper #527568

Tints of Dark Green Copper #527568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 27.06%
G = 38.61%
B = 34.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#527568 (or 0x527568) is known color: Dark Green Copper. HEX triplet: 52, 75 and 68. RGB value is (82,117,104). Sum of RGB (Red+Green+Blue) = 82+117+104=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #527568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527568 is #AD8A97. Grayscale: #696969. Windows color (decimal): -11373208 or 6845778. OLE color: 6845778.

HSL color Cylindrical-coordinate representation of color #527568: hue angle of 157.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527568 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 104 -
CMYK 0.30 0 0.11 0.54
HSL 157.71º 0.18% 0.39% -
HSV(B) 157.71º 0.3% 0.46% -
XYZ 12.34 15.52 15.44 -
YUV 105.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 82 117 104 0.30 0 0.11 0.54 157.71 0.18 0.39
Hex 52 75 68 1E 0 B 36 9E 12 27
Octal 122 165 150 36 0 13 66 236 22 47
Binary 1010010 1110101 1101000 11110 0 1011 110110 10011110 10010 100111

Color Harmonies of #527568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527568

Black with #527568

Text Example


Text Example

White with #527568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527568; }

 p { color: rgb(82,117,104); }

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

background-color css

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

 a { background-color: rgb(82,117,104); }

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

border-color css

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

 span { border-color: rgb(82,117,104); }

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