Html Css Color HEX #507267 Dark Green Copper

📋 copy color: '#507267'

red 80 ◦ green 114 ◦ blue 103

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

Shades of Dark Green Copper #507267

Tints of Dark Green Copper #507267

RGB

 RED value IS 80 (31.64% from 255) = 26.94%

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

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

R = 26.94%
G = 38.38%
B = 34.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#507267 (or 0x507267) is known color: Dark Green Copper. HEX triplet: 50, 72 and 67. RGB value is (80,114,103). Sum of RGB (Red+Green+Blue) = 80+114+103=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #507267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507267 is #AF8D98. Grayscale: #666666. Windows color (decimal): -11505049 or 6779472. OLE color: 6779472.

HSL color Cylindrical-coordinate representation of color #507267: hue angle of 160.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507267 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 103 -
CMYK 0.30 0 0.10 0.55
HSL 160.59º 0.18% 0.38% -
HSV(B) 160.59º 0.3% 0.45% -
XYZ 11.77 14.72 15.05 -
YUV 102.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 80 114 103 0.30 0 0.10 0.55 160.59 0.18 0.38
Hex 50 72 67 1E 0 A 37 A1 12 26
Octal 120 162 147 36 0 12 67 241 22 46
Binary 1010000 1110010 1100111 11110 0 1010 110111 10100001 10010 100110

Color Harmonies of #507267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507267

Black with #507267

Text Example


Text Example

White with #507267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507267; }

 p { color: rgb(80,114,103); }

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

background-color css

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

 a { background-color: rgb(80,114,103); }

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

border-color css

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

 span { border-color: rgb(80,114,103); }

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