Html Css Color HEX #527467 Dark Green Copper

📋 copy color: '#527467'

red 82 ◦ green 116 ◦ blue 103

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

Shades of Dark Green Copper #527467

Tints of Dark Green Copper #527467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 27.24%
G = 38.54%
B = 34.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#527467 (or 0x527467) is known color: Dark Green Copper. HEX triplet: 52, 74 and 67. RGB value is (82,116,103). Sum of RGB (Red+Green+Blue) = 82+116+103=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #527467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527467 is #AD8B98. Grayscale: #686868. Windows color (decimal): -11373465 or 6779986. OLE color: 6779986.

HSL color Cylindrical-coordinate representation of color #527467: hue angle of 157.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527467 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 103 -
CMYK 0.29 0 0.11 0.55
HSL 157.06º 0.17% 0.39% -
HSV(B) 157.06º 0.29% 0.45% -
XYZ 12.17 15.26 15.14 -
YUV 104.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 82 116 103 0.29 0 0.11 0.55 157.06 0.17 0.39
Hex 52 74 67 1D 0 B 37 9D 11 27
Octal 122 164 147 35 0 13 67 235 21 47
Binary 1010010 1110100 1100111 11101 0 1011 110111 10011101 10001 100111

Color Harmonies of #527467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527467

Black with #527467

Text Example


Text Example

White with #527467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527467; }

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

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

background-color css

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

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

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

border-color css

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

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

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