Html Css Color HEX #527269 Dark Green Copper

📋 copy color: '#527269'

red 82 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #527269

Tints of Dark Green Copper #527269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 27.24%
G = 37.87%
B = 34.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#527269 (or 0x527269) is known color: Dark Green Copper. HEX triplet: 52, 72 and 69. RGB value is (82,114,105). Sum of RGB (Red+Green+Blue) = 82+114+105=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #527269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527269 is #AD8D96. Grayscale: #676767. Windows color (decimal): -11373975 or 6910546. OLE color: 6910546.

HSL color Cylindrical-coordinate representation of color #527269: hue angle of 163.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527269 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 105 -
CMYK 0.28 0 0.08 0.55
HSL 163.13º 0.16% 0.38% -
HSV(B) 163.13º 0.28% 0.45% -
XYZ 12.05 14.85 15.6 -
YUV 103.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 82 114 105 0.28 0 0.08 0.55 163.13 0.16 0.38
Hex 52 72 69 1C 0 8 37 A3 10 26
Octal 122 162 151 34 0 10 67 243 20 46
Binary 1010010 1110010 1101001 11100 0 1000 110111 10100011 10000 100110

Color Harmonies of #527269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527269

Black with #527269

Text Example


Text Example

White with #527269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527269; }

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

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

background-color css

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

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

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

border-color css

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

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

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