Html Css Color HEX #527067 Dark Green Copper

📋 copy color: '#527067'

red 82 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #527067

Tints of Dark Green Copper #527067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 27.61%
G = 37.71%
B = 34.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#527067 (or 0x527067) is known color: Dark Green Copper. HEX triplet: 52, 70 and 67. RGB value is (82,112,103). Sum of RGB (Red+Green+Blue) = 82+112+103=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #527067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527067 is #AD8F98. Grayscale: #666666. Windows color (decimal): -11374489 or 6778962. OLE color: 6778962.

HSL color Cylindrical-coordinate representation of color #527067: hue angle of 162º degrees, saturation: 0.15, 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 #527067 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 103 -
CMYK 0.27 0 0.08 0.56
HSL 162º 0.15% 0.38% -
HSV(B) 162º 0.27% 0.44% -
XYZ 11.72 14.36 14.99 -
YUV 102 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 82 112 103 0.27 0 0.08 0.56 162 0.15 0.38
Hex 52 70 67 1B 0 8 38 A2 F 26
Octal 122 160 147 33 0 10 70 242 17 46
Binary 1010010 1110000 1100111 11011 0 1000 111000 10100010 1111 100110

Color Harmonies of #527067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527067

Black with #527067

Text Example


Text Example

White with #527067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527067; }

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

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

background-color css

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

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

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

border-color css

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

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

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