#505703

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

Shades of Verdun Green #505703

Tints of Verdun Green #505703

Color information

#505703 (or 0x505703) is unknown color: approx Verdun Green. HEX triplet: 50, 57 and 03. RGB value is (80,87,3). Sum of RGB (Red+Green+Blue) = 80+87+3=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #505703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505703 is #AFA8FC. Grayscale: #4B4B4B. Windows color (decimal): -11512061 or 218960. OLE color: 218960.

HSL color Cylindrical-coordinate representation of color #505703: hue angle of 65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #505703 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB80873-
CMYK0.0800.970.66
HSL65º93.33%17.65%-
HSV(B)65º96.55%34.12%-
XYZ6.738.531.38-
YUV75.3387.18131.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=47.06%
G=51.18%
B=1.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal808730.0800.970.666593.3317.65
Hex50573806142415d12
Octal120127310014110210113522
Binary101000010101111110000110000110000101000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505703; }

 p { color: rgb(80,87,3); }

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

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

 a { background-color: rgb(80,87,3); }

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

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

 span { border-color: rgb(80,87,3); }

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