Html Css Color HEX #527369 Dark Green Copper

📋 copy color: '#527369'

red 82 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #527369

Tints of Dark Green Copper #527369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 27.15%
G = 38.08%
B = 34.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#527369 (or 0x527369) is known color: Dark Green Copper. HEX triplet: 52, 73 and 69. RGB value is (82,115,105). Sum of RGB (Red+Green+Blue) = 82+115+105=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #527369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527369 is #AD8C96. Grayscale: #676767. Windows color (decimal): -11373719 or 6910802. OLE color: 6910802.

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

Color convert

RGB 82 115 105 -
CMYK 0.29 0 0.09 0.55
HSL 161.82º 0.17% 0.39% -
HSV(B) 161.82º 0.29% 0.45% -
XYZ 12.16 15.08 15.63 -
YUV 103.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 82 115 105 0.29 0 0.09 0.55 161.82 0.17 0.39
Hex 52 73 69 1D 0 9 37 A2 11 27
Octal 122 163 151 35 0 11 67 242 21 47
Binary 1010010 1110011 1101001 11101 0 1001 110111 10100010 10001 100111

Color Harmonies of #527369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527369

Black with #527369

Text Example


Text Example

White with #527369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527369; }

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

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

background-color css

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

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

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

border-color css

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

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

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