Html Css Color HEX #527265 Dark Green Copper

📋 copy color: '#527265'

red 82 ◦ green 114 ◦ blue 101

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

Shades of Dark Green Copper #527265

Tints of Dark Green Copper #527265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 27.61%
G = 38.38%
B = 34.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#527265 (or 0x527265) is known color: Dark Green Copper. HEX triplet: 52, 72 and 65. RGB value is (82,114,101). Sum of RGB (Red+Green+Blue) = 82+114+101=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #527265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527265 is #AD8D9A. Grayscale: #666666. Windows color (decimal): -11373979 or 6648402. OLE color: 6648402.

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

Color convert

RGB 82 114 101 -
CMYK 0.28 0 0.11 0.55
HSL 155.63º 0.16% 0.38% -
HSV(B) 155.63º 0.28% 0.45% -
XYZ 11.85 14.77 14.54 -
YUV 102.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 82 114 101 0.28 0 0.11 0.55 155.63 0.16 0.38
Hex 52 72 65 1C 0 B 37 9C 10 26
Octal 122 162 145 34 0 13 67 234 20 46
Binary 1010010 1110010 1100101 11100 0 1011 110111 10011100 10000 100110

Color Harmonies of #527265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527265

Black with #527265

Text Example


Text Example

White with #527265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527265; }

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

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

background-color css

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

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

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

border-color css

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

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

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