Html Css Color HEX #527B70 Dark Green Copper

📋 copy color: '#527B70'

red 82 ◦ green 123 ◦ blue 112

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

Shades of Dark Green Copper #527B70

Tints of Dark Green Copper #527B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 25.87%
G = 38.8%
B = 35.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#527B70 (or 0x527B70) is known color: Dark Green Copper. HEX triplet: 52, 7B and 70. RGB value is (82,123,112). Sum of RGB (Red+Green+Blue) = 82+123+112=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #527B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B70 is #AD848F. Grayscale: #6D6D6D. Windows color (decimal): -11371664 or 7371602. OLE color: 7371602.

HSL color Cylindrical-coordinate representation of color #527B70: hue angle of 163.9º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527B70 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 112 -
CMYK 0.33 0 0.09 0.52
HSL 163.9º 0.2% 0.4% -
HSV(B) 163.9º 0.33% 0.48% -
XYZ 13.49 17.13 17.92 -
YUV 109.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 82 123 112 0.33 0 0.09 0.52 163.9 0.2 0.4
Hex 52 7B 70 21 0 9 34 A4 14 28
Octal 122 173 160 41 0 11 64 244 24 50
Binary 1010010 1111011 1110000 100001 0 1001 110100 10100100 10100 101000

Color Harmonies of #527B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B70

Black with #527B70

Text Example


Text Example

White with #527B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527B70; }

 p { color: rgb(82,123,112); }

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

background-color css

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

 a { background-color: rgb(82,123,112); }

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

border-color css

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

 span { border-color: rgb(82,123,112); }

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