Html Css Color HEX #527469 Dark Green Copper

📋 copy color: '#527469'

red 82 ◦ green 116 ◦ blue 105

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

Shades of Dark Green Copper #527469

Tints of Dark Green Copper #527469

RGB

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

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

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

R = 27.06%
G = 38.28%
B = 34.65%

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

#527469 (or 0x527469) is known color: Dark Green Copper. HEX triplet: 52, 74 and 69. RGB value is (82,116,105). Sum of RGB (Red+Green+Blue) = 82+116+105=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #527469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527469 is #AD8B96. Grayscale: #686868. Windows color (decimal): -11373463 or 6911058. OLE color: 6911058.

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

Color convert

RGB 82 116 105 -
CMYK 0.29 0 0.09 0.55
HSL 160.59º 0.17% 0.39% -
HSV(B) 160.59º 0.29% 0.45% -
XYZ 12.27 15.3 15.67 -
YUV 104.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 82 116 105 0.29 0 0.09 0.55 160.59 0.17 0.39
Hex 52 74 69 1D 0 9 37 A1 11 27
Octal 122 164 151 35 0 11 67 241 21 47
Binary 1010010 1110100 1101001 11101 0 1001 110111 10100001 10001 100111

Color Harmonies of #527469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527469

Black with #527469

Text Example


Text Example

White with #527469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527469; }

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

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

background-color css

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

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

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

border-color css

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

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

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