#507367

Color #507367 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #507367

Tints of Dark Green Copper #507367

Color information

#507367 (or 0x507367) is unknown color: approx Dark Green Copper. HEX triplet: 50, 73 and 67. RGB value is (80,115,103). Sum of RGB (Red+Green+Blue) = 80+115+103=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #507367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507367 is #AF8C98. Grayscale: #676767. Windows color (decimal): -11504793 or 6779728. OLE color: 6779728.

HSL color Cylindrical-coordinate representation of color #507367: hue angle of 159.43º 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 #507367 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB80115103-
CMYK0.3000.100.55
HSL159.43º17.95%38.24%-
HSV(B)159.43º30.43%45.1%-
XYZ11.8914.9515.09-
YUV103.17127.9111.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=26.85%
G=38.59%
B=34.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151030.3000.100.55159.4317.9538.24
Hex5073671E0A379f1226
Octal12016314736012672372246
Binary10100001110011110011111110010101101111001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507367; }

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

 H1.HeaderClassName
 {
   color: #507367;
 }
 .AnyTagClassName
 {
   color: #507367;
 }
</style>
background-color css

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

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

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

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

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

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