Html Css Color HEX #527368 Dark Green Copper

📋 copy color: '#527368'

red 82 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #527368

Tints of Dark Green Copper #527368

RGB

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

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

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

R = 27.24%
G = 38.21%
B = 34.55%

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

#527368 (or 0x527368) is known color: Dark Green Copper. HEX triplet: 52, 73 and 68. RGB value is (82,115,104). Sum of RGB (Red+Green+Blue) = 82+115+104=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #527368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527368 is #AD8C97. Grayscale: #676767. Windows color (decimal): -11373720 or 6845266. OLE color: 6845266.

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

Color convert

RGB 82 115 104 -
CMYK 0.29 0 0.10 0.55
HSL 160º 0.17% 0.39% -
HSV(B) 160º 0.29% 0.45% -
XYZ 12.11 15.05 15.36 -
YUV 103.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 82 115 104 0.29 0 0.10 0.55 160 0.17 0.39
Hex 52 73 68 1D 0 A 37 A0 11 27
Octal 122 163 150 35 0 12 67 240 21 47
Binary 1010010 1110011 1101000 11101 0 1010 110111 10100000 10001 100111

Color Harmonies of #527368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527368

Black with #527368

Text Example


Text Example

White with #527368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527368; }

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

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

background-color css

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

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

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

border-color css

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

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

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