#507369

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

Shades of Dark Green Copper #507369

Tints of Dark Green Copper #507369

Color information

#507369 (or 0x507369) is unknown color: approx Dark Green Copper. HEX triplet: 50, 73 and 69. RGB value is (80,115,105). Sum of RGB (Red+Green+Blue) = 80+115+105=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #507369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507369 is #AF8C96. Grayscale: #676767. Windows color (decimal): -11504791 or 6910800. OLE color: 6910800.

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

Color convert

RGB80115105-
CMYK0.3000.090.55
HSL162.86º17.95%38.24%-
HSV(B)162.86º30.43%45.1%-
XYZ11.9914.9915.63-
YUV103.4128.9111.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 105 (41.41% from 255) = 35%
R=26.67%
G=38.33%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151050.3000.090.55162.8617.9538.24
Hex5073691E0937a31226
Octal12016315136011672432246
Binary10100001110011110100111110010011101111010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507369; }

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

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

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

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

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

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

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

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