Html Css Color HEX #527468 Dark Green Copper

📋 copy color: '#527468'

red 82 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #527468

Tints of Dark Green Copper #527468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 27.15%
G = 38.41%
B = 34.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#527468 (or 0x527468) is known color: Dark Green Copper. HEX triplet: 52, 74 and 68. RGB value is (82,116,104). Sum of RGB (Red+Green+Blue) = 82+116+104=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #527468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527468 is #AD8B97. Grayscale: #686868. Windows color (decimal): -11373464 or 6845522. OLE color: 6845522.

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

Color convert

RGB 82 116 104 -
CMYK 0.29 0 0.10 0.55
HSL 158.82º 0.17% 0.39% -
HSV(B) 158.82º 0.29% 0.45% -
XYZ 12.22 15.28 15.4 -
YUV 104.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 82 116 104 0.29 0 0.10 0.55 158.82 0.17 0.39
Hex 52 74 68 1D 0 A 37 9F 11 27
Octal 122 164 150 35 0 12 67 237 21 47
Binary 1010010 1110100 1101000 11101 0 1010 110111 10011111 10001 100111

Color Harmonies of #527468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527468

Black with #527468

Text Example


Text Example

White with #527468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527468; }

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

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

background-color css

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

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

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

border-color css

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

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

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