Html Css Color HEX #527168 Dark Green Copper

📋 copy color: '#527168'

red 82 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #527168

Tints of Dark Green Copper #527168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 27.42%
G = 37.79%
B = 34.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#527168 (or 0x527168) is known color: Dark Green Copper. HEX triplet: 52, 71 and 68. RGB value is (82,113,104). Sum of RGB (Red+Green+Blue) = 82+113+104=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #527168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527168 is #AD8E97. Grayscale: #666666. Windows color (decimal): -11374232 or 6844754. OLE color: 6844754.

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

Color convert

RGB 82 113 104 -
CMYK 0.27 0 0.08 0.56
HSL 162.58º 0.16% 0.38% -
HSV(B) 162.58º 0.27% 0.44% -
XYZ 11.88 14.6 15.29 -
YUV 102.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 82 113 104 0.27 0 0.08 0.56 162.58 0.16 0.38
Hex 52 71 68 1B 0 8 38 A3 10 26
Octal 122 161 150 33 0 10 70 243 20 46
Binary 1010010 1110001 1101000 11011 0 1000 111000 10100011 10000 100110

Color Harmonies of #527168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527168

Black with #527168

Text Example


Text Example

White with #527168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527168; }

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

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

background-color css

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

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

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

border-color css

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

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

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