Html Css Color HEX #527669 Dark Green Copper

📋 copy color: '#527669'

red 82 ◦ green 118 ◦ blue 105

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

Shades of Dark Green Copper #527669

Tints of Dark Green Copper #527669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 26.89%
G = 38.69%
B = 34.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#527669 (or 0x527669) is known color: Dark Green Copper. HEX triplet: 52, 76 and 69. RGB value is (82,118,105). Sum of RGB (Red+Green+Blue) = 82+118+105=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #527669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527669 is #AD8996. Grayscale: #696969. Windows color (decimal): -11372951 or 6911570. OLE color: 6911570.

HSL color Cylindrical-coordinate representation of color #527669: hue angle of 158.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527669 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 105 -
CMYK 0.31 0 0.11 0.54
HSL 158.33º 0.18% 0.39% -
HSV(B) 158.33º 0.31% 0.46% -
XYZ 12.51 15.77 15.75 -
YUV 105.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 82 118 105 0.31 0 0.11 0.54 158.33 0.18 0.39
Hex 52 76 69 1F 0 B 36 9E 12 27
Octal 122 166 151 37 0 13 66 236 22 47
Binary 1010010 1110110 1101001 11111 0 1011 110110 10011110 10010 100111

Color Harmonies of #527669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527669

Black with #527669

Text Example


Text Example

White with #527669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527669; }

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

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

background-color css

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

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

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

border-color css

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

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

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