Html Css Color HEX #527367 Dark Green Copper

📋 copy color: '#527367'

red 82 ◦ green 115 ◦ blue 103

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

Shades of Dark Green Copper #527367

Tints of Dark Green Copper #527367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 27.33%
G = 38.33%
B = 34.33%

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

#527367 (or 0x527367) is known color: Dark Green Copper. HEX triplet: 52, 73 and 67. RGB value is (82,115,103). Sum of RGB (Red+Green+Blue) = 82+115+103=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #527367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527367 is #AD8C98. Grayscale: #676767. Windows color (decimal): -11373721 or 6779730. OLE color: 6779730.

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

Color convert

RGB 82 115 103 -
CMYK 0.29 0 0.10 0.55
HSL 158.18º 0.17% 0.39% -
HSV(B) 158.18º 0.29% 0.45% -
XYZ 12.06 15.03 15.1 -
YUV 103.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 82 115 103 0.29 0 0.10 0.55 158.18 0.17 0.39
Hex 52 73 67 1D 0 A 37 9E 11 27
Octal 122 163 147 35 0 12 67 236 21 47
Binary 1010010 1110011 1100111 11101 0 1010 110111 10011110 10001 100111

Color Harmonies of #527367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527367

Black with #527367

Text Example


Text Example

White with #527367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527367; }

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

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

background-color css

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

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

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

border-color css

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

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

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