Html Css Color HEX #527167 Dark Green Copper

📋 copy color: '#527167'

red 82 ◦ green 113 ◦ blue 103

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

Shades of Dark Green Copper #527167

Tints of Dark Green Copper #527167

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 27.52%
G = 37.92%
B = 34.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#527167 (or 0x527167) is known color: Dark Green Copper. HEX triplet: 52, 71 and 67. RGB value is (82,113,103). Sum of RGB (Red+Green+Blue) = 82+113+103=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #527167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527167 is #AD8E98. Grayscale: #666666. Windows color (decimal): -11374233 or 6779218. OLE color: 6779218.

HSL color Cylindrical-coordinate representation of color #527167: hue angle of 160.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527167 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 103 -
CMYK 0.27 0 0.09 0.56
HSL 160.65º 0.16% 0.38% -
HSV(B) 160.65º 0.27% 0.44% -
XYZ 11.83 14.58 15.02 -
YUV 102.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 82 113 103 0.27 0 0.09 0.56 160.65 0.16 0.38
Hex 52 71 67 1B 0 9 38 A1 10 26
Octal 122 161 147 33 0 11 70 241 20 46
Binary 1010010 1110001 1100111 11011 0 1001 111000 10100001 10000 100110

Color Harmonies of #527167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527167

Black with #527167

Text Example


Text Example

White with #527167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527167; }

 p { color: rgb(82,113,103); }

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

background-color css

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

 a { background-color: rgb(82,113,103); }

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

border-color css

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

 span { border-color: rgb(82,113,103); }

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